Html Css Color HEX #FC6697 Brilliant Rose

📋 copy color: '#FC6697'

red 252 ◦ green 102 ◦ blue 151

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

Shades of Brilliant Rose #FC6697

Tints of Brilliant Rose #FC6697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 49.9%
G = 20.2%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6697 (or 0xFC6697) is known color: Brilliant Rose. HEX triplet: FC, 66 and 97. RGB value is (252,102,151). Sum of RGB (Red+Green+Blue) = 252+102+151=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6697 is #039968. Grayscale: #989898. Windows color (decimal): -235881 or 9922300. OLE color: 9922300.

HSL color Cylindrical-coordinate representation of color #FC6697: hue angle of 340.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 #FC6697 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 102 151 -
CMYK 0 0.60 0.40 0.01
HSL 340.4º 0.96% 0.69% -
HSV(B) 340.4º 0.6% 0.99% -
XYZ 50.48 32.43 32.88 -
YUV 152.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 252 102 151 0 0.60 0.40 0.01 340.4 0.96 0.69
Hex FC 66 97 0 3C 28 1 154 60 45
Octal 374 146 227 0 74 50 1 524 140 105
Binary 11111100 1100110 10010111 0 111100 101000 1 101010100 1100000 1000101

Color Harmonies of #FC6697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6697

Black with #FC6697

Text Example


Text Example

White with #FC6697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6697; }

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

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

background-color css

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

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

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

border-color css

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

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

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