Html Css Color HEX #FE279D Persian Rose

📋 copy color: '#FE279D'

red 254 ◦ green 39 ◦ blue 157

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

Shades of Persian Rose #FE279D

Tints of Persian Rose #FE279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 56.44%
G = 8.67%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE279D (or 0xFE279D) is known color: Persian Rose. HEX triplet: FE, 27 and 9D. RGB value is (254,39,157). Sum of RGB (Red+Green+Blue) = 254+39+157=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE279D is #01D862. Grayscale: #747474. Windows color (decimal): -120931 or 10299390. OLE color: 10299390.

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

Color convert

RGB 254 39 157 -
CMYK 0 0.85 0.38 0.00
HSL 327.07º 0.99% 0.57% -
HSV(B) 327.07º 0.85% 1% -
XYZ 47.68 24.96 34.2 -
YUV 116.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 254 39 157 0 0.85 0.38 0.00 327.07 0.99 0.57
Hex FE 27 9D 0 55 26 0 147 63 39
Octal 376 47 235 0 125 46 0 507 143 71
Binary 11111110 100111 10011101 0 1010101 100110 0 101000111 1100011 111001

Color Harmonies of #FE279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE279D

Black with #FE279D

Text Example


Text Example

White with #FE279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE279D; }

 p { color: rgb(254,39,157); }

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

background-color css

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

 a { background-color: rgb(254,39,157); }

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

border-color css

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

 span { border-color: rgb(254,39,157); }

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