Html Css Color HEX #FC599B Brilliant Rose

📋 copy color: '#FC599B'

red 252 ◦ green 89 ◦ blue 155

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

Shades of Brilliant Rose #FC599B

Tints of Brilliant Rose #FC599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.94%

 BLUE value IS 155 (60.94% from 255) = 31.25%

R = 50.81%
G = 17.94%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC599B (or 0xFC599B) is known color: Brilliant Rose. HEX triplet: FC, 59 and 9B. RGB value is (252,89,155). Sum of RGB (Red+Green+Blue) = 252+89+155=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC599B is #03A664. Grayscale: #919191. Windows color (decimal): -239205 or 10181116. OLE color: 10181116.

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

Color convert

RGB 252 89 155 -
CMYK 0 0.65 0.38 0.01
HSL 335.71º 0.96% 0.67% -
HSV(B) 335.71º 0.65% 0.99% -
XYZ 49.63 30.21 34.22 -
YUV 145.26 133.5 204.13 -
System Red Green Blue C M Y K H S L
Decimal 252 89 155 0 0.65 0.38 0.01 335.71 0.96 0.67
Hex FC 59 9B 0 41 26 1 150 60 43
Octal 374 131 233 0 101 46 1 520 140 103
Binary 11111100 1011001 10011011 0 1000001 100110 1 101010000 1100000 1000011

Color Harmonies of #FC599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC599B

Black with #FC599B

Text Example


Text Example

White with #FC599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC599B; }

 p { color: rgb(252,89,155); }

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

background-color css

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

 a { background-color: rgb(252,89,155); }

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

border-color css

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

 span { border-color: rgb(252,89,155); }

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