Html Css Color HEX #F27CD2 Pale Magenta

📋 copy color: '#F27CD2'

red 242 ◦ green 124 ◦ blue 210

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

Shades of Pale Magenta #F27CD2

Tints of Pale Magenta #F27CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.53%

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 42.01%
G = 21.53%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F27CD2 (or 0xF27CD2) is known color: Pale Magenta. HEX triplet: F2, 7C and D2. RGB value is (242,124,210). Sum of RGB (Red+Green+Blue) = 242+124+210=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 124 (48.83% from 255 or 21.53% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CD2 is #0D832D. Grayscale: #A8A8A8. Windows color (decimal): -885550 or 13794546. OLE color: 13794546.

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

Color convert

RGB 242 124 210 -
CMYK 0 0.49 0.13 0.05
HSL 316.27º 0.82% 0.72% -
HSV(B) 316.27º 0.49% 0.95% -
XYZ 55.46 37.95 65.37 -
YUV 169.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 242 124 210 0 0.49 0.13 0.05 316.27 0.82 0.72
Hex F2 7C D2 0 31 D 5 13C 52 48
Octal 362 174 322 0 61 15 5 474 122 110
Binary 11110010 1111100 11010010 0 110001 1101 101 100111100 1010010 1001000

Color Harmonies of #F27CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CD2

Black with #F27CD2

Text Example


Text Example

White with #F27CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CD2; }

 p { color: rgb(242,124,210); }

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

background-color css

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

 a { background-color: rgb(242,124,210); }

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

border-color css

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

 span { border-color: rgb(242,124,210); }

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