Html Css Color HEX #FC57A2 Brilliant Rose

📋 copy color: '#FC57A2'

red 252 ◦ green 87 ◦ blue 162

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

Shades of Brilliant Rose #FC57A2

Tints of Brilliant Rose #FC57A2

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.37%

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

R = 50.3%
G = 17.37%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC57A2 (or 0xFC57A2) is known color: Brilliant Rose. HEX triplet: FC, 57 and A2. RGB value is (252,87,162). Sum of RGB (Red+Green+Blue) = 252+87+162=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC57A2 is #03A85D. Grayscale: #909090. Windows color (decimal): -239710 or 10639356. OLE color: 10639356.

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

Color convert

RGB 252 87 162 -
CMYK 0 0.65 0.36 0.01
HSL 332.73º 0.96% 0.66% -
HSV(B) 332.73º 0.65% 0.99% -
XYZ 50.07 30.12 37.36 -
YUV 144.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 252 87 162 0 0.65 0.36 0.01 332.73 0.96 0.66
Hex FC 57 A2 0 41 24 1 14D 60 42
Octal 374 127 242 0 101 44 1 515 140 102
Binary 11111100 1010111 10100010 0 1000001 100100 1 101001101 1100000 1000010

Color Harmonies of #FC57A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57A2

Black with #FC57A2

Text Example


Text Example

White with #FC57A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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