Html Css Color HEX #FC53A2 Brilliant Rose

📋 copy color: '#FC53A2'

red 252 ◦ green 83 ◦ blue 162

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

Shades of Brilliant Rose #FC53A2

Tints of Brilliant Rose #FC53A2

RGB

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

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

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

R = 50.7%
G = 16.7%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC53A2 (or 0xFC53A2) is known color: Brilliant Rose. HEX triplet: FC, 53 and A2. RGB value is (252,83,162). Sum of RGB (Red+Green+Blue) = 252+83+162=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC53A2 is #03AC5D. Grayscale: #8E8E8E. Windows color (decimal): -240734 or 10638332. OLE color: 10638332.

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

Color convert

RGB 252 83 162 -
CMYK 0 0.67 0.36 0.01
HSL 331.95º 0.97% 0.66% -
HSV(B) 331.95º 0.67% 0.99% -
XYZ 49.76 29.49 37.25 -
YUV 142.54 138.99 206.08 -
System Red Green Blue C M Y K H S L
Decimal 252 83 162 0 0.67 0.36 0.01 331.95 0.97 0.66
Hex FC 53 A2 0 43 24 1 14C 61 42
Octal 374 123 242 0 103 44 1 514 141 102
Binary 11111100 1010011 10100010 0 1000011 100100 1 101001100 1100001 1000010

Color Harmonies of #FC53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53A2

Black with #FC53A2

Text Example


Text Example

White with #FC53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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