Html Css Color HEX #FC459C Brilliant Rose

📋 copy color: '#FC459C'

red 252 ◦ green 69 ◦ blue 156

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

Shades of Brilliant Rose #FC459C

Tints of Brilliant Rose #FC459C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.47%

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 52.83%
G = 14.47%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC459C (or 0xFC459C) is known color: Brilliant Rose. HEX triplet: FC, 45 and 9C. RGB value is (252,69,156). Sum of RGB (Red+Green+Blue) = 252+69+156=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC459C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC459C is #03BA63. Grayscale: #858585. Windows color (decimal): -244324 or 10241532. OLE color: 10241532.

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

Color convert

RGB 252 69 156 -
CMYK 0 0.73 0.38 0.01
HSL 331.48º 0.97% 0.63% -
HSV(B) 331.48º 0.73% 0.99% -
XYZ 48.27 27.35 34.19 -
YUV 133.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 252 69 156 0 0.73 0.38 0.01 331.48 0.97 0.63
Hex FC 45 9C 0 49 26 1 14B 61 3F
Octal 374 105 234 0 111 46 1 513 141 77
Binary 11111100 1000101 10011100 0 1001001 100110 1 101001011 1100001 111111

Color Harmonies of #FC459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC459C

Black with #FC459C

Text Example


Text Example

White with #FC459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC459C; }

 p { color: rgb(252,69,156); }

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

background-color css

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

 a { background-color: rgb(252,69,156); }

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

border-color css

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

 span { border-color: rgb(252,69,156); }

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