Html Css Color HEX #F27FE5 Pale Magenta

📋 copy color: '#F27FE5'

red 242 ◦ green 127 ◦ blue 229

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

Shades of Pale Magenta #F27FE5

Tints of Pale Magenta #F27FE5

RGB

 RED value IS 242 (94.92% from 255) = 40.47%

 GREEN value IS 127 (50% from 255) = 21.24%

 BLUE value IS 229 (89.84% from 255) = 38.29%

R = 40.47%
G = 21.24%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F27FE5 (or 0xF27FE5) is known color: Pale Magenta. HEX triplet: F2, 7F and E5. RGB value is (242,127,229). Sum of RGB (Red+Green+Blue) = 242+127+229=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 127 (50% from 255 or 21.24% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FE5 is #0D801A. Grayscale: #ACACAC. Windows color (decimal): -884763 or 15040498. OLE color: 15040498.

HSL color Cylindrical-coordinate representation of color #F27FE5: hue angle of 306.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FE5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 229 -
CMYK 0 0.48 0.05 0.05
HSL 306.78º 0.82% 0.72% -
HSV(B) 306.78º 0.48% 0.95% -
XYZ 58.35 39.71 78.72 -
YUV 173.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 242 127 229 0 0.48 0.05 0.05 306.78 0.82 0.72
Hex F2 7F E5 0 30 5 5 133 52 48
Octal 362 177 345 0 60 5 5 463 122 110
Binary 11110010 1111111 11100101 0 110000 101 101 100110011 1010010 1001000

Color Harmonies of #F27FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FE5

Black with #F27FE5

Text Example


Text Example

White with #F27FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FE5; }

 p { color: rgb(242,127,229); }

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

background-color css

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

 a { background-color: rgb(242,127,229); }

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

border-color css

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

 span { border-color: rgb(242,127,229); }

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