Html Css Color HEX #F278DC Pale Magenta

📋 copy color: '#F278DC'

red 242 ◦ green 120 ◦ blue 220

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

Shades of Pale Magenta #F278DC

Tints of Pale Magenta #F278DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 41.58%
G = 20.62%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F278DC (or 0xF278DC) is known color: Pale Magenta. HEX triplet: F2, 78 and DC. RGB value is (242,120,220). Sum of RGB (Red+Green+Blue) = 242+120+220=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F278DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278DC is #0D8723. Grayscale: #A7A7A7. Windows color (decimal): -886564 or 14448882. OLE color: 14448882.

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

Color convert

RGB 242 120 220 -
CMYK 0 0.50 0.09 0.05
HSL 310.82º 0.82% 0.71% -
HSV(B) 310.82º 0.5% 0.95% -
XYZ 56.25 37.48 71.98 -
YUV 167.88 157.42 180.87 -
System Red Green Blue C M Y K H S L
Decimal 242 120 220 0 0.50 0.09 0.05 310.82 0.82 0.71
Hex F2 78 DC 0 32 9 5 137 52 47
Octal 362 170 334 0 62 11 5 467 122 107
Binary 11110010 1111000 11011100 0 110010 1001 101 100110111 1010010 1000111

Color Harmonies of #F278DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278DC

Black with #F278DC

Text Example


Text Example

White with #F278DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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