Html Css Color HEX #FC53A8 Brilliant Rose

📋 copy color: '#FC53A8'

red 252 ◦ green 83 ◦ blue 168

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

Shades of Brilliant Rose #FC53A8

Tints of Brilliant Rose #FC53A8

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.5%

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

R = 50.1%
G = 16.5%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC53A8 (or 0xFC53A8) is known color: Brilliant Rose. HEX triplet: FC, 53 and A8. RGB value is (252,83,168). Sum of RGB (Red+Green+Blue) = 252+83+168=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A8 is #03AC57. Grayscale: #8F8F8F. Windows color (decimal): -240728 or 11031548. OLE color: 11031548.

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

Color convert

RGB 252 83 168 -
CMYK 0 0.67 0.33 0.01
HSL 329.82º 0.97% 0.66% -
HSV(B) 329.82º 0.67% 0.99% -
XYZ 50.31 29.71 40.13 -
YUV 143.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 252 83 168 0 0.67 0.33 0.01 329.82 0.97 0.66
Hex FC 53 A8 0 43 21 1 14A 61 42
Octal 374 123 250 0 103 41 1 512 141 102
Binary 11111100 1010011 10101000 0 1000011 100001 1 101001010 1100001 1000010

Color Harmonies of #FC53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53A8

Black with #FC53A8

Text Example


Text Example

White with #FC53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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