Html Css Color HEX #F27FD4 Pale Magenta

📋 copy color: '#F27FD4'

red 242 ◦ green 127 ◦ blue 212

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

Shades of Pale Magenta #F27FD4

Tints of Pale Magenta #F27FD4

RGB

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

 GREEN value IS 127 (50% from 255) = 21.86%

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

R = 41.65%
G = 21.86%
B = 36.49%

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

#F27FD4 (or 0xF27FD4) is known color: Pale Magenta. HEX triplet: F2, 7F and D4. RGB value is (242,127,212). Sum of RGB (Red+Green+Blue) = 242+127+212=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 127 (50% from 255 or 21.86% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FD4 is #0D802B. Grayscale: #AAAAAA. Windows color (decimal): -884780 or 13926386. OLE color: 13926386.

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

Color convert

RGB 242 127 212 -
CMYK 0 0.48 0.12 0.05
HSL 315.65º 0.82% 0.72% -
HSV(B) 315.65º 0.48% 0.95% -
XYZ 56.09 38.81 66.82 -
YUV 171.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 242 127 212 0 0.48 0.12 0.05 315.65 0.82 0.72
Hex F2 7F D4 0 30 C 5 13C 52 48
Octal 362 177 324 0 60 14 5 474 122 110
Binary 11110010 1111111 11010100 0 110000 1100 101 100111100 1010010 1001000

Color Harmonies of #F27FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FD4

Black with #F27FD4

Text Example


Text Example

White with #F27FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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