Html Css Color HEX #FC6997 Brilliant Rose

📋 copy color: '#FC6997'

red 252 ◦ green 105 ◦ blue 151

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

Shades of Brilliant Rose #FC6997

Tints of Brilliant Rose #FC6997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

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

R = 49.61%
G = 20.67%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC6997 (or 0xFC6997) is known color: Brilliant Rose. HEX triplet: FC, 69 and 97. RGB value is (252,105,151). Sum of RGB (Red+Green+Blue) = 252+105+151=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6997 is #039668. Grayscale: #9A9A9A. Windows color (decimal): -235113 or 9923068. OLE color: 9923068.

HSL color Cylindrical-coordinate representation of color #FC6997: hue angle of 341.22º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6997 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 151 -
CMYK 0 0.58 0.40 0.01
HSL 341.22º 0.96% 0.7% -
HSV(B) 341.22º 0.58% 0.99% -
XYZ 50.78 33.03 32.98 -
YUV 154.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 252 105 151 0 0.58 0.40 0.01 341.22 0.96 0.7
Hex FC 69 97 0 3A 28 1 155 60 46
Octal 374 151 227 0 72 50 1 525 140 106
Binary 11111100 1101001 10010111 0 111010 101000 1 101010101 1100000 1000110

Color Harmonies of #FC6997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6997

Black with #FC6997

Text Example


Text Example

White with #FC6997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6997; }

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

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

background-color css

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

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

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

border-color css

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

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

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