Html Css Color HEX #F279E4 Pale Magenta

📋 copy color: '#F279E4'

red 242 ◦ green 121 ◦ blue 228

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

Shades of Pale Magenta #F279E4

Tints of Pale Magenta #F279E4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 20.47%

 BLUE value IS 228 (89.45% from 255) = 38.58%

R = 40.95%
G = 20.47%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F279E4 (or 0xF279E4) is known color: Pale Magenta. HEX triplet: F2, 79 and E4. RGB value is (242,121,228). Sum of RGB (Red+Green+Blue) = 242+121+228=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F279E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F279E4 is #0D861B. Grayscale: #A9A9A9. Windows color (decimal): -886300 or 14973426. OLE color: 14973426.

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

Color convert

RGB 242 121 228 -
CMYK 0 0.50 0.06 0.05
HSL 306.94º 0.82% 0.71% -
HSV(B) 306.94º 0.5% 0.95% -
XYZ 57.46 38.15 77.73 -
YUV 169.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 242 121 228 0 0.50 0.06 0.05 306.94 0.82 0.71
Hex F2 79 E4 0 32 6 5 133 52 47
Octal 362 171 344 0 62 6 5 463 122 107
Binary 11110010 1111001 11100100 0 110010 110 101 100110011 1010010 1000111

Color Harmonies of #F279E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F279E4

Black with #F279E4

Text Example


Text Example

White with #F279E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F279E4; }

 p { color: rgb(242,121,228); }

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

background-color css

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

 a { background-color: rgb(242,121,228); }

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

border-color css

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

 span { border-color: rgb(242,121,228); }

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