Html Css Color HEX #F27FE2 Pale Magenta

📋 copy color: '#F27FE2'

red 242 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #F27FE2

Tints of Pale Magenta #F27FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.98%

R = 40.67%
G = 21.34%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F27FE2 (or 0xF27FE2) is known color: Pale Magenta. HEX triplet: F2, 7F and E2. RGB value is (242,127,226). Sum of RGB (Red+Green+Blue) = 242+127+226=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FE2 is #0D801D. Grayscale: #ACACAC. Windows color (decimal): -884766 or 14843890. OLE color: 14843890.

HSL color Cylindrical-coordinate representation of color #F27FE2: hue angle of 308.35º 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 #F27FE2 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 226 -
CMYK 0 0.48 0.07 0.05
HSL 308.35º 0.82% 0.72% -
HSV(B) 308.35º 0.48% 0.95% -
XYZ 57.93 39.55 76.53 -
YUV 172.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 242 127 226 0 0.48 0.07 0.05 308.35 0.82 0.72
Hex F2 7F E2 0 30 7 5 134 52 48
Octal 362 177 342 0 60 7 5 464 122 110
Binary 11110010 1111111 11100010 0 110000 111 101 100110100 1010010 1001000

Color Harmonies of #F27FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FE2

Black with #F27FE2

Text Example


Text Example

White with #F27FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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