Html Css Color HEX #FE2DAF Persian Rose

📋 copy color: '#FE2DAF'

red 254 ◦ green 45 ◦ blue 175

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

Shades of Persian Rose #FE2DAF

Tints of Persian Rose #FE2DAF

RGB

 RED value IS 254 (99.61% from 255) = 53.59%

 GREEN value IS 45 (17.97% from 255) = 9.49%

 BLUE value IS 175 (68.75% from 255) = 36.92%

R = 53.59%
G = 9.49%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE2DAF (or 0xFE2DAF) is known color: Persian Rose. HEX triplet: FE, 2D and AF. RGB value is (254,45,175). Sum of RGB (Red+Green+Blue) = 254+45+175=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DAF is #01D250. Grayscale: #7A7A7A. Windows color (decimal): -119377 or 11480574. OLE color: 11480574.

HSL color Cylindrical-coordinate representation of color #FE2DAF: hue angle of 322.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DAF is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 175 -
CMYK 0 0.82 0.31 0.00
HSL 322.68º 0.99% 0.59% -
HSV(B) 322.68º 0.82% 1% -
XYZ 49.55 26.04 42.97 -
YUV 122.31 157.74 221.93 -
System Red Green Blue C M Y K H S L
Decimal 254 45 175 0 0.82 0.31 0.00 322.68 0.99 0.59
Hex FE 2D AF 0 52 1F 0 143 63 3B
Octal 376 55 257 0 122 37 0 503 143 73
Binary 11111110 101101 10101111 0 1010010 11111 0 101000011 1100011 111011

Color Harmonies of #FE2DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DAF

Black with #FE2DAF

Text Example


Text Example

White with #FE2DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DAF; }

 p { color: rgb(254,45,175); }

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

background-color css

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

 a { background-color: rgb(254,45,175); }

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

border-color css

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

 span { border-color: rgb(254,45,175); }

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