Html Css Color HEX #F27DD6 Pale Magenta

📋 copy color: '#F27DD6'

red 242 ◦ green 125 ◦ blue 214

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

Shades of Pale Magenta #F27DD6

Tints of Pale Magenta #F27DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 41.65%
G = 21.51%
B = 36.83%

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

#F27DD6 (or 0xF27DD6) is known color: Pale Magenta. HEX triplet: F2, 7D and D6. RGB value is (242,125,214). Sum of RGB (Red+Green+Blue) = 242+125+214=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 125 (49.22% from 255 or 21.51% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DD6 is #0D8229. Grayscale: #A9A9A9. Windows color (decimal): -885290 or 14056946. OLE color: 14056946.

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

Color convert

RGB 242 125 214 -
CMYK 0 0.48 0.12 0.05
HSL 314.36º 0.82% 0.72% -
HSV(B) 314.36º 0.48% 0.95% -
XYZ 56.09 38.4 68.07 -
YUV 170.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 242 125 214 0 0.48 0.12 0.05 314.36 0.82 0.72
Hex F2 7D D6 0 30 C 5 13A 52 48
Octal 362 175 326 0 60 14 5 472 122 110
Binary 11110010 1111101 11010110 0 110000 1100 101 100111010 1010010 1001000

Color Harmonies of #F27DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27DD6

Black with #F27DD6

Text Example


Text Example

White with #F27DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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