Html Css Color HEX #F280E4 Pale Magenta

📋 copy color: '#F280E4'

red 242 ◦ green 128 ◦ blue 228

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

Shades of Pale Magenta #F280E4

Tints of Pale Magenta #F280E4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.4%

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

R = 40.47%
G = 21.4%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F280E4 (or 0xF280E4) is known color: Pale Magenta. HEX triplet: F2, 80 and E4. RGB value is (242,128,228). Sum of RGB (Red+Green+Blue) = 242+128+228=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F280E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F280E4 is #0D7F1B. Grayscale: #ADADAD. Windows color (decimal): -884508 or 14975218. OLE color: 14975218.

HSL color Cylindrical-coordinate representation of color #F280E4: hue angle of 307.37º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F280E4 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 128 228 -
CMYK 0 0.47 0.06 0.05
HSL 307.37º 0.81% 0.73% -
HSV(B) 307.37º 0.47% 0.95% -
XYZ 58.34 39.92 78.03 -
YUV 173.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 242 128 228 0 0.47 0.06 0.05 307.37 0.81 0.73
Hex F2 80 E4 0 2F 6 5 133 51 49
Octal 362 200 344 0 57 6 5 463 121 111
Binary 11110010 10000000 11100100 0 101111 110 101 100110011 1010001 1001001

Color Harmonies of #F280E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F280E4

Black with #F280E4

Text Example


Text Example

White with #F280E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F280E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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