#FA679C

Color #FA679C Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FA679C

Tints of Brilliant Rose #FA679C

Color information

#FA679C (or 0xFA679C) is unknown color: approx Brilliant Rose. HEX triplet: FA, 67 and 9C. RGB value is (250,103,156). Sum of RGB (Red+Green+Blue) = 250+103+156=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA679C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA679C is #059863. Grayscale: #989898. Windows color (decimal): -366692 or 10250234. OLE color: 10250234.

HSL color Cylindrical-coordinate representation of color #FA679C: hue angle of 338.37º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA679C is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB250103156-
CMYK00.590.380.02
HSL338.37º93.63%69.22%-
HSV(B)338.37º58.8%98.04%-
XYZ50.2832.4235.06-
YUV153129.7197.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 103 (40.62% from 255) = 20.24%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=49.12%
G=20.24%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010315600.590.380.02338.3793.6369.22
HexFA679C03B2621525e45
Octal372147234073462522136105
Binary1111101011001111001110001110111001101010101001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA679C; }

 p { color: rgb(250,103,156); }

 H1.HeaderClassName
 {
   color: #FA679C;
 }
 .AnyTagClassName
 {
   color: #FA679C;
 }
</style>
background-color css

<style>
 a { background-color: #FA679C; }

 a { background-color: rgb(250,103,156); }

 div.DivClassName
 {
   background-color: #FA679C;
 }
 .BgClassName
 {
   background-color: #FA679C;
 }
</style>
border-color css

<style>
 span { border-color: #FA679C; }

 span { border-color: rgb(250,103,156); }

 td.TdClassName
 {
   border-color: #FA679C;
 }
 .TagClassName
 {
   border-color: #FA679C;
 }
</style>