Html Css Color HEX #F278DF Pale Magenta

📋 copy color: '#F278DF'

red 242 ◦ green 120 ◦ blue 223

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

Shades of Pale Magenta #F278DF

Tints of Pale Magenta #F278DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 41.37%
G = 20.51%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F278DF (or 0xF278DF) is known color: Pale Magenta. HEX triplet: F2, 78 and DF. RGB value is (242,120,223). Sum of RGB (Red+Green+Blue) = 242+120+223=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F278DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278DF is #0D8720. Grayscale: #A7A7A7. Windows color (decimal): -886561 or 14645490. OLE color: 14645490.

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

Color convert

RGB 242 120 223 -
CMYK 0 0.50 0.08 0.05
HSL 309.34º 0.82% 0.71% -
HSV(B) 309.34º 0.5% 0.95% -
XYZ 56.65 37.64 74.09 -
YUV 168.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 242 120 223 0 0.50 0.08 0.05 309.34 0.82 0.71
Hex F2 78 DF 0 32 8 5 135 52 47
Octal 362 170 337 0 62 10 5 465 122 107
Binary 11110010 1111000 11011111 0 110010 1000 101 100110101 1010010 1000111

Color Harmonies of #F278DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F278DF

Black with #F278DF

Text Example


Text Example

White with #F278DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F278DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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