Html Css Color HEX #F278DD Pale Magenta

📋 copy color: '#F278DD'

red 242 ◦ green 120 ◦ blue 221

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

Shades of Pale Magenta #F278DD

Tints of Pale Magenta #F278DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 41.51%
G = 20.58%
B = 37.91%

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

#F278DD (or 0xF278DD) is known color: Pale Magenta. HEX triplet: F2, 78 and DD. RGB value is (242,120,221). Sum of RGB (Red+Green+Blue) = 242+120+221=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F278DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278DD is #0D8722. Grayscale: #A7A7A7. Windows color (decimal): -886563 or 14514418. OLE color: 14514418.

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

Color convert

RGB 242 120 221 -
CMYK 0 0.50 0.09 0.05
HSL 310.33º 0.82% 0.71% -
HSV(B) 310.33º 0.5% 0.95% -
XYZ 56.39 37.53 72.68 -
YUV 167.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 242 120 221 0 0.50 0.09 0.05 310.33 0.82 0.71
Hex F2 78 DD 0 32 9 5 136 52 47
Octal 362 170 335 0 62 11 5 466 122 107
Binary 11110010 1111000 11011101 0 110010 1001 101 100110110 1010010 1000111

Color Harmonies of #F278DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278DD

Black with #F278DD

Text Example


Text Example

White with #F278DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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