Html Css Color HEX #FC5A9F Brilliant Rose

📋 copy color: '#FC5A9F'

red 252 ◦ green 90 ◦ blue 159

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

Shades of Brilliant Rose #FC5A9F

Tints of Brilliant Rose #FC5A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.96%

 BLUE value IS 159 (62.5% from 255) = 31.74%

R = 50.3%
G = 17.96%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC5A9F (or 0xFC5A9F) is known color: Brilliant Rose. HEX triplet: FC, 5A and 9F. RGB value is (252,90,159). Sum of RGB (Red+Green+Blue) = 252+90+159=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A9F is #03A560. Grayscale: #929292. Windows color (decimal): -238945 or 10443516. OLE color: 10443516.

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

Color convert

RGB 252 90 159 -
CMYK 0 0.64 0.37 0.01
HSL 334.44º 0.96% 0.67% -
HSV(B) 334.44º 0.64% 0.99% -
XYZ 50.06 30.51 36.05 -
YUV 146.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 252 90 159 0 0.64 0.37 0.01 334.44 0.96 0.67
Hex FC 5A 9F 0 40 25 1 14E 60 43
Octal 374 132 237 0 100 45 1 516 140 103
Binary 11111100 1011010 10011111 0 1000000 100101 1 101001110 1100000 1000011

Color Harmonies of #FC5A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A9F

Black with #FC5A9F

Text Example


Text Example

White with #FC5A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A9F; }

 p { color: rgb(252,90,159); }

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

background-color css

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

 a { background-color: rgb(252,90,159); }

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

border-color css

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

 span { border-color: rgb(252,90,159); }

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