Html Css Color HEX #F27DD4 Pale Magenta

📋 copy color: '#F27DD4'

red 242 ◦ green 125 ◦ blue 212

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

Shades of Pale Magenta #F27DD4

Tints of Pale Magenta #F27DD4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

 BLUE value IS 212 (83.2% from 255) = 36.61%

R = 41.8%
G = 21.59%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F27DD4 (or 0xF27DD4) is known color: Pale Magenta. HEX triplet: F2, 7D and D4. RGB value is (242,125,212). Sum of RGB (Red+Green+Blue) = 242+125+212=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DD4 is #0D822B. Grayscale: #A9A9A9. Windows color (decimal): -885292 or 13925874. OLE color: 13925874.

HSL color Cylindrical-coordinate representation of color #F27DD4: hue angle of 315.38º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27DD4 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 125 212 -
CMYK 0 0.48 0.12 0.05
HSL 315.38º 0.82% 0.72% -
HSV(B) 315.38º 0.48% 0.95% -
XYZ 55.84 38.3 66.74 -
YUV 169.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 242 125 212 0 0.48 0.12 0.05 315.38 0.82 0.72
Hex F2 7D D4 0 30 C 5 13B 52 48
Octal 362 175 324 0 60 14 5 473 122 110
Binary 11110010 1111101 11010100 0 110000 1100 101 100111011 1010010 1001000

Color Harmonies of #F27DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DD4

Black with #F27DD4

Text Example


Text Example

White with #F27DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DD4; }

 p { color: rgb(242,125,212); }

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

background-color css

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

 a { background-color: rgb(242,125,212); }

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

border-color css

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

 span { border-color: rgb(242,125,212); }

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