Html Css Color HEX #F27CE5 Pale Magenta

📋 copy color: '#F27CE5'

red 242 ◦ green 124 ◦ blue 229

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

Shades of Pale Magenta #F27CE5

Tints of Pale Magenta #F27CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.49%

R = 40.67%
G = 20.84%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F27CE5 (or 0xF27CE5) is known color: Pale Magenta. HEX triplet: F2, 7C and E5. RGB value is (242,124,229). Sum of RGB (Red+Green+Blue) = 242+124+229=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CE5 is #0D831A. Grayscale: #AAAAAA. Windows color (decimal): -885531 or 15039730. OLE color: 15039730.

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

Color convert

RGB 242 124 229 -
CMYK 0 0.49 0.05 0.05
HSL 306.61º 0.82% 0.72% -
HSV(B) 306.61º 0.49% 0.95% -
XYZ 57.97 38.95 78.59 -
YUV 171.25 160.59 178.46 -
System Red Green Blue C M Y K H S L
Decimal 242 124 229 0 0.49 0.05 0.05 306.61 0.82 0.72
Hex F2 7C E5 0 31 5 5 133 52 48
Octal 362 174 345 0 61 5 5 463 122 110
Binary 11110010 1111100 11100101 0 110001 101 101 100110011 1010010 1001000

Color Harmonies of #F27CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CE5

Black with #F27CE5

Text Example


Text Example

White with #F27CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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