Html Css Color HEX #FE2DA7 Persian Rose

📋 copy color: '#FE2DA7'

red 254 ◦ green 45 ◦ blue 167

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

Shades of Persian Rose #FE2DA7

Tints of Persian Rose #FE2DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.84%

R = 54.51%
G = 9.66%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE2DA7 (or 0xFE2DA7) is known color: Persian Rose. HEX triplet: FE, 2D and A7. RGB value is (254,45,167). Sum of RGB (Red+Green+Blue) = 254+45+167=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2DA7 is #01D258. Grayscale: #797979. Windows color (decimal): -119385 or 10956286. OLE color: 10956286.

HSL color Cylindrical-coordinate representation of color #FE2DA7: hue angle of 324.98º 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 #FE2DA7 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 167 -
CMYK 0 0.82 0.34 0.00
HSL 324.98º 0.99% 0.59% -
HSV(B) 324.98º 0.82% 1% -
XYZ 48.79 25.74 38.96 -
YUV 121.4 153.74 222.58 -
System Red Green Blue C M Y K H S L
Decimal 254 45 167 0 0.82 0.34 0.00 324.98 0.99 0.59
Hex FE 2D A7 0 52 22 0 145 63 3B
Octal 376 55 247 0 122 42 0 505 143 73
Binary 11111110 101101 10100111 0 1010010 100010 0 101000101 1100011 111011

Color Harmonies of #FE2DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DA7

Black with #FE2DA7

Text Example


Text Example

White with #FE2DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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