Html Css Color HEX #FC45A2 Brilliant Rose

📋 copy color: '#FC45A2'

red 252 ◦ green 69 ◦ blue 162

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

Shades of Brilliant Rose #FC45A2

Tints of Brilliant Rose #FC45A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.54%

R = 52.17%
G = 14.29%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC45A2 (or 0xFC45A2) is known color: Brilliant Rose. HEX triplet: FC, 45 and A2. RGB value is (252,69,162). Sum of RGB (Red+Green+Blue) = 252+69+162=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A2 is #03BA5D. Grayscale: #868686. Windows color (decimal): -244318 or 10634748. OLE color: 10634748.

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

Color convert

RGB 252 69 162 -
CMYK 0 0.73 0.36 0.01
HSL 329.51º 0.97% 0.63% -
HSV(B) 329.51º 0.73% 0.99% -
XYZ 48.79 27.56 36.93 -
YUV 134.32 143.63 211.94 -
System Red Green Blue C M Y K H S L
Decimal 252 69 162 0 0.73 0.36 0.01 329.51 0.97 0.63
Hex FC 45 A2 0 49 24 1 14A 61 3F
Octal 374 105 242 0 111 44 1 512 141 77
Binary 11111100 1000101 10100010 0 1001001 100100 1 101001010 1100001 111111

Color Harmonies of #FC45A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC45A2

Black with #FC45A2

Text Example


Text Example

White with #FC45A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC45A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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