Html Css Color HEX #F27EDB Pale Magenta

📋 copy color: '#F27EDB'

red 242 ◦ green 126 ◦ blue 219

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

Shades of Pale Magenta #F27EDB

Tints of Pale Magenta #F27EDB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.47%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 41.23%
G = 21.47%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F27EDB (or 0xF27EDB) is known color: Pale Magenta. HEX triplet: F2, 7E and DB. RGB value is (242,126,219). Sum of RGB (Red+Green+Blue) = 242+126+219=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EDB is #0D8124. Grayscale: #ABABAB. Windows color (decimal): -885029 or 14384882. OLE color: 14384882.

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

Color convert

RGB 242 126 219 -
CMYK 0 0.48 0.10 0.05
HSL 311.9º 0.82% 0.72% -
HSV(B) 311.9º 0.48% 0.95% -
XYZ 56.86 38.91 71.53 -
YUV 171.29 154.93 178.44 -
System Red Green Blue C M Y K H S L
Decimal 242 126 219 0 0.48 0.10 0.05 311.9 0.82 0.72
Hex F2 7E DB 0 30 A 5 138 52 48
Octal 362 176 333 0 60 12 5 470 122 110
Binary 11110010 1111110 11011011 0 110000 1010 101 100111000 1010010 1001000

Color Harmonies of #F27EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27EDB

Black with #F27EDB

Text Example


Text Example

White with #F27EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27EDB; }

 p { color: rgb(242,126,219); }

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

background-color css

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

 a { background-color: rgb(242,126,219); }

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

border-color css

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

 span { border-color: rgb(242,126,219); }

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