Html Css Color HEX #FC4FA8 Brilliant Rose

📋 copy color: '#FC4FA8'

red 252 ◦ green 79 ◦ blue 168

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

Shades of Brilliant Rose #FC4FA8

Tints of Brilliant Rose #FC4FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.83%

 BLUE value IS 168 (66.02% from 255) = 33.67%

R = 50.5%
G = 15.83%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC4FA8 (or 0xFC4FA8) is known color: Brilliant Rose. HEX triplet: FC, 4F and A8. RGB value is (252,79,168). Sum of RGB (Red+Green+Blue) = 252+79+168=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 168 (66.02% from 255 or 33.67% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC4FA8 is #03B057. Grayscale: #8C8C8C. Windows color (decimal): -241752 or 11030524. OLE color: 11030524.

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

Color convert

RGB 252 79 168 -
CMYK 0 0.69 0.33 0.01
HSL 329.13º 0.97% 0.65% -
HSV(B) 329.13º 0.69% 0.99% -
XYZ 50.01 29.11 40.03 -
YUV 140.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 252 79 168 0 0.69 0.33 0.01 329.13 0.97 0.65
Hex FC 4F A8 0 45 21 1 149 61 41
Octal 374 117 250 0 105 41 1 511 141 101
Binary 11111100 1001111 10101000 0 1000101 100001 1 101001001 1100001 1000001

Color Harmonies of #FC4FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4FA8

Black with #FC4FA8

Text Example


Text Example

White with #FC4FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4FA8; }

 p { color: rgb(252,79,168); }

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

background-color css

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

 a { background-color: rgb(252,79,168); }

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

border-color css

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

 span { border-color: rgb(252,79,168); }

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