Html Css Color HEX #FC6599 Brilliant Rose

📋 copy color: '#FC6599'

red 252 ◦ green 101 ◦ blue 153

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

Shades of Brilliant Rose #FC6599

Tints of Brilliant Rose #FC6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.96%

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 49.8%
G = 19.96%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC6599 (or 0xFC6599) is known color: Brilliant Rose. HEX triplet: FC, 65 and 99. RGB value is (252,101,153). Sum of RGB (Red+Green+Blue) = 252+101+153=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6599 is #039A66. Grayscale: #989898. Windows color (decimal): -236135 or 10053116. OLE color: 10053116.

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

Color convert

RGB 252 101 153 -
CMYK 0 0.60 0.39 0.01
HSL 339.34º 0.96% 0.69% -
HSV(B) 339.34º 0.6% 0.99% -
XYZ 50.55 32.3 33.71 -
YUV 152.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 252 101 153 0 0.60 0.39 0.01 339.34 0.96 0.69
Hex FC 65 99 0 3C 27 1 153 60 45
Octal 374 145 231 0 74 47 1 523 140 105
Binary 11111100 1100101 10011001 0 111100 100111 1 101010011 1100000 1000101

Color Harmonies of #FC6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6599

Black with #FC6599

Text Example


Text Example

White with #FC6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6599; }

 p { color: rgb(252,101,153); }

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

background-color css

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

 a { background-color: rgb(252,101,153); }

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

border-color css

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

 span { border-color: rgb(252,101,153); }

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