Html Css Color HEX #F278E4 Pale Magenta

📋 copy color: '#F278E4'

red 242 ◦ green 120 ◦ blue 228

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

Shades of Pale Magenta #F278E4

Tints of Pale Magenta #F278E4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.34%

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

R = 41.02%
G = 20.34%
B = 38.64%

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

#F278E4 (or 0xF278E4) is known color: Pale Magenta. HEX triplet: F2, 78 and E4. RGB value is (242,120,228). Sum of RGB (Red+Green+Blue) = 242+120+228=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F278E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278E4 is #0D871B. Grayscale: #A8A8A8. Windows color (decimal): -886556 or 14973170. OLE color: 14973170.

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

Color convert

RGB 242 120 228 -
CMYK 0 0.50 0.06 0.05
HSL 306.89º 0.82% 0.71% -
HSV(B) 306.89º 0.5% 0.95% -
XYZ 57.34 37.91 77.69 -
YUV 168.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 242 120 228 0 0.50 0.06 0.05 306.89 0.82 0.71
Hex F2 78 E4 0 32 6 5 133 52 47
Octal 362 170 344 0 62 6 5 463 122 107
Binary 11110010 1111000 11100100 0 110010 110 101 100110011 1010010 1000111

Color Harmonies of #F278E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278E4

Black with #F278E4

Text Example


Text Example

White with #F278E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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