Html Css Color HEX #F276DF Pale Magenta

📋 copy color: '#F276DF'

red 242 ◦ green 118 ◦ blue 223

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

Shades of Pale Magenta #F276DF

Tints of Pale Magenta #F276DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.24%

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

R = 41.51%
G = 20.24%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F276DF (or 0xF276DF) is known color: Pale Magenta. HEX triplet: F2, 76 and DF. RGB value is (242,118,223). Sum of RGB (Red+Green+Blue) = 242+118+223=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 118 (46.48% from 255 or 20.24% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F276DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276DF is #0D8920. Grayscale: #A6A6A6. Windows color (decimal): -887073 or 14644978. OLE color: 14644978.

HSL color Cylindrical-coordinate representation of color #F276DF: hue angle of 309.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276DF is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 118 223 -
CMYK 0 0.51 0.08 0.05
HSL 309.19º 0.83% 0.71% -
HSV(B) 309.19º 0.51% 0.95% -
XYZ 56.42 37.16 74.01 -
YUV 167.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 242 118 223 0 0.51 0.08 0.05 309.19 0.83 0.71
Hex F2 76 DF 0 33 8 5 135 53 47
Octal 362 166 337 0 63 10 5 465 123 107
Binary 11110010 1110110 11011111 0 110011 1000 101 100110101 1010011 1000111

Color Harmonies of #F276DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F276DF

Black with #F276DF

Text Example


Text Example

White with #F276DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F276DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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