Html Css Color HEX #FC669C Brilliant Rose

📋 copy color: '#FC669C'

red 252 ◦ green 102 ◦ blue 156

#FC669C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #FC669C

Tints of Brilliant Rose #FC669C

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

 GREEN value IS 102 (40.23% from 255) = 20%

 BLUE value IS 156 (61.33% from 255) = 30.59%

R = 49.41%
G = 20%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC669C (or 0xFC669C) is known color: Brilliant Rose. HEX triplet: FC, 66 and 9C. RGB value is (252,102,156). Sum of RGB (Red+Green+Blue) = 252+102+156=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC669C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC669C is #039963. Grayscale: #989898. Windows color (decimal): -235876 or 10249980. OLE color: 10249980.

HSL color Cylindrical-coordinate representation of color #FC669C: hue angle of 338.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC669C is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 156 -
CMYK 0 0.60 0.38 0.01
HSL 338.4º 0.96% 0.69% -
HSV(B) 338.4º 0.6% 0.99% -
XYZ 50.9 32.6 35.06 -
YUV 153.01 129.7 198.61 -
System Red Green Blue C M Y K H S L
Decimal 252 102 156 0 0.60 0.38 0.01 338.4 0.96 0.69
Hex FC 66 9C 0 3C 26 1 152 60 45
Octal 374 146 234 0 74 46 1 522 140 105
Binary 11111100 1100110 10011100 0 111100 100110 1 101010010 1100000 1000101

Color Harmonies of #FC669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC669C

Black with #FC669C

Text Example


Text Example

White with #FC669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC669C; }

 p { color: rgb(252,102,156); }

 H1.HeaderClassName
 {
   color: #FC669C;
 }
 .AnyTagClassName
 {
   color: #FC669C;
 }
</style>

background-color css

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

 a { background-color: rgb(252,102,156); }

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

border-color css

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

 span { border-color: rgb(252,102,156); }

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