Html Css Color HEX #FF57A0 Brilliant Rose

📋 copy color: '#FF57A0'

red 255 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #FF57A0

Tints of Brilliant Rose #FF57A0

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 50.8%
G = 17.33%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF57A0 (or 0xFF57A0) is known color: Brilliant Rose. HEX triplet: FF, 57 and A0. RGB value is (255,87,160). Sum of RGB (Red+Green+Blue) = 255+87+160=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF57A0 is #00A85F. Grayscale: #919191. Windows color (decimal): -43104 or 10508287. OLE color: 10508287.

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

Color convert

RGB 255 87 160 -
CMYK 0 0.66 0.37 0
HSL 333.93º 1% 0.67% -
HSV(B) 333.93º 0.66% 1% -
XYZ 50.99 30.61 36.48 -
YUV 145.55 136.16 206.06 -
System Red Green Blue C M Y K H S L
Decimal 255 87 160 0 0.66 0.37 0 333.93 1 0.67
Hex FF 57 A0 0 42 25 0 14E 64 43
Octal 377 127 240 0 102 45 0 516 144 103
Binary 11111111 1010111 10100000 0 1000010 100101 0 101001110 1100100 1000011

Color Harmonies of #FF57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF57A0

Black with #FF57A0

Text Example


Text Example

White with #FF57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF57A0; }

 p { color: rgb(255,87,160); }

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

background-color css

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

 a { background-color: rgb(255,87,160); }

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

border-color css

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

 span { border-color: rgb(255,87,160); }

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