Html Css Color HEX #F27CDA Pale Magenta

📋 copy color: '#F27CDA'

red 242 ◦ green 124 ◦ blue 218

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

Shades of Pale Magenta #F27CDA

Tints of Pale Magenta #F27CDA

RGB

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

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

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

R = 41.44%
G = 21.23%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F27CDA (or 0xF27CDA) is known color: Pale Magenta. HEX triplet: F2, 7C and DA. RGB value is (242,124,218). Sum of RGB (Red+Green+Blue) = 242+124+218=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CDA is #0D8325. Grayscale: #A9A9A9. Windows color (decimal): -885542 or 14318834. OLE color: 14318834.

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

Color convert

RGB 242 124 218 -
CMYK 0 0.49 0.10 0.05
HSL 312.2º 0.82% 0.72% -
HSV(B) 312.2º 0.49% 0.95% -
XYZ 56.48 38.35 70.76 -
YUV 170 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 242 124 218 0 0.49 0.10 0.05 312.2 0.82 0.72
Hex F2 7C DA 0 31 A 5 138 52 48
Octal 362 174 332 0 61 12 5 470 122 110
Binary 11110010 1111100 11011010 0 110001 1010 101 100111000 1010010 1001000

Color Harmonies of #F27CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CDA

Black with #F27CDA

Text Example


Text Example

White with #F27CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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