Html Css Color HEX #FD57A8 Brilliant Rose

📋 copy color: '#FD57A8'

red 253 ◦ green 87 ◦ blue 168

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

Shades of Brilliant Rose #FD57A8

Tints of Brilliant Rose #FD57A8

RGB

 RED value IS 253 (99.22% from 255) = 49.8%

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

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

R = 49.8%
G = 17.13%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD57A8 (or 0xFD57A8) is known color: Brilliant Rose. HEX triplet: FD, 57 and A8. RGB value is (253,87,168). Sum of RGB (Red+Green+Blue) = 253+87+168=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 87 (34.38% from 255 or 17.13% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD57A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD57A8 is #02A857. Grayscale: #919191. Windows color (decimal): -174168 or 11032573. OLE color: 11032573.

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

Color convert

RGB 253 87 168 -
CMYK 0 0.66 0.34 0.01
HSL 330.72º 0.98% 0.67% -
HSV(B) 330.72º 0.66% 0.99% -
XYZ 50.98 30.53 40.25 -
YUV 145.87 140.5 204.41 -
System Red Green Blue C M Y K H S L
Decimal 253 87 168 0 0.66 0.34 0.01 330.72 0.98 0.67
Hex FD 57 A8 0 42 22 1 14B 62 43
Octal 375 127 250 0 102 42 1 513 142 103
Binary 11111101 1010111 10101000 0 1000010 100010 1 101001011 1100010 1000011

Color Harmonies of #FD57A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD57A8

Black with #FD57A8

Text Example


Text Example

White with #FD57A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD57A8; }

 p { color: rgb(253,87,168); }

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

background-color css

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

 a { background-color: rgb(253,87,168); }

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

border-color css

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

 span { border-color: rgb(253,87,168); }

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