Html Css Color HEX #F272DF Pale Magenta

📋 copy color: '#F272DF'

red 242 ◦ green 114 ◦ blue 223

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

Shades of Pale Magenta #F272DF

Tints of Pale Magenta #F272DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.69%

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

R = 41.8%
G = 19.69%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F272DF (or 0xF272DF) is known color: Pale Magenta. HEX triplet: F2, 72 and DF. RGB value is (242,114,223). Sum of RGB (Red+Green+Blue) = 242+114+223=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F272DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272DF is #0D8D20. Grayscale: #A4A4A4. Windows color (decimal): -888097 or 14643954. OLE color: 14643954.

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

Color convert

RGB 242 114 223 -
CMYK 0 0.53 0.08 0.05
HSL 308.91º 0.83% 0.7% -
HSV(B) 308.91º 0.53% 0.95% -
XYZ 55.95 36.24 73.86 -
YUV 164.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 242 114 223 0 0.53 0.08 0.05 308.91 0.83 0.7
Hex F2 72 DF 0 35 8 5 135 53 46
Octal 362 162 337 0 65 10 5 465 123 106
Binary 11110010 1110010 11011111 0 110101 1000 101 100110101 1010011 1000110

Color Harmonies of #F272DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272DF

Black with #F272DF

Text Example


Text Example

White with #F272DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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