Html Css Color HEX #FC45A6 Brilliant Rose

📋 copy color: '#FC45A6'

red 252 ◦ green 69 ◦ blue 166

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

Shades of Brilliant Rose #FC45A6

Tints of Brilliant Rose #FC45A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.09%

R = 51.75%
G = 14.17%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC45A6 (or 0xFC45A6) is known color: Brilliant Rose. HEX triplet: FC, 45 and A6. RGB value is (252,69,166). Sum of RGB (Red+Green+Blue) = 252+69+166=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 69 (27.34% from 255 or 14.17% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC45A6 is #03BA59. Grayscale: #868686. Windows color (decimal): -244314 or 10896892. OLE color: 10896892.

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

Color convert

RGB 252 69 166 -
CMYK 0 0.73 0.34 0.01
HSL 328.2º 0.97% 0.63% -
HSV(B) 328.2º 0.73% 0.99% -
XYZ 49.16 27.7 38.83 -
YUV 134.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 252 69 166 0 0.73 0.34 0.01 328.2 0.97 0.63
Hex FC 45 A6 0 49 22 1 148 61 3F
Octal 374 105 246 0 111 42 1 510 141 77
Binary 11111100 1000101 10100110 0 1001001 100010 1 101001000 1100001 111111

Color Harmonies of #FC45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC45A6

Black with #FC45A6

Text Example


Text Example

White with #FC45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC45A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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