Html Css Color HEX #F272DA Pale Magenta

📋 copy color: '#F272DA'

red 242 ◦ green 114 ◦ blue 218

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

Shades of Pale Magenta #F272DA

Tints of Pale Magenta #F272DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 42.16%
G = 19.86%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F272DA (or 0xF272DA) is known color: Pale Magenta. HEX triplet: F2, 72 and DA. RGB value is (242,114,218). Sum of RGB (Red+Green+Blue) = 242+114+218=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 114 (44.92% from 255 or 19.86% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F272DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272DA is #0D8D25. Grayscale: #A3A3A3. Windows color (decimal): -888102 or 14316274. OLE color: 14316274.

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

Color convert

RGB 242 114 218 -
CMYK 0 0.53 0.10 0.05
HSL 311.25º 0.83% 0.7% -
HSV(B) 311.25º 0.53% 0.95% -
XYZ 55.29 35.97 70.36 -
YUV 164.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 242 114 218 0 0.53 0.10 0.05 311.25 0.83 0.7
Hex F2 72 DA 0 35 A 5 137 53 46
Octal 362 162 332 0 65 12 5 467 123 106
Binary 11110010 1110010 11011010 0 110101 1010 101 100110111 1010011 1000110

Color Harmonies of #F272DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F272DA

Black with #F272DA

Text Example


Text Example

White with #F272DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F272DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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