Html Css Color HEX #FD27A8 Persian Rose

📋 copy color: '#FD27A8'

red 253 ◦ green 39 ◦ blue 168

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

Shades of Persian Rose #FD27A8

Tints of Persian Rose #FD27A8

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.48%

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

R = 55%
G = 8.48%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FD27A8 (or 0xFD27A8) is known color: Persian Rose. HEX triplet: FD, 27 and A8. RGB value is (253,39,168). Sum of RGB (Red+Green+Blue) = 253+39+168=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD27A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD27A8 is #02D857. Grayscale: #757575. Windows color (decimal): -186456 or 11020285. OLE color: 11020285.

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

Color convert

RGB 253 39 168 -
CMYK 0 0.85 0.34 0.01
HSL 323.83º 0.98% 0.57% -
HSV(B) 323.83º 0.85% 0.99% -
XYZ 48.3 25.16 39.36 -
YUV 117.69 156.4 224.51 -
System Red Green Blue C M Y K H S L
Decimal 253 39 168 0 0.85 0.34 0.01 323.83 0.98 0.57
Hex FD 27 A8 0 55 22 1 144 62 39
Octal 375 47 250 0 125 42 1 504 142 71
Binary 11111101 100111 10101000 0 1010101 100010 1 101000100 1100010 111001

Color Harmonies of #FD27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD27A8

Black with #FD27A8

Text Example


Text Example

White with #FD27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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