Html Css Color HEX #F27CE7 Pale Magenta

📋 copy color: '#F27CE7'

red 242 ◦ green 124 ◦ blue 231

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

Shades of Pale Magenta #F27CE7

Tints of Pale Magenta #F27CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 40.54%
G = 20.77%
B = 38.69%

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

#F27CE7 (or 0xF27CE7) is known color: Pale Magenta. HEX triplet: F2, 7C and E7. RGB value is (242,124,231). Sum of RGB (Red+Green+Blue) = 242+124+231=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 124 (48.83% from 255 or 20.77% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CE7 is #0D8318. Grayscale: #ABABAB. Windows color (decimal): -885529 or 15170802. OLE color: 15170802.

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

Color convert

RGB 242 124 231 -
CMYK 0 0.49 0.05 0.05
HSL 305.59º 0.82% 0.72% -
HSV(B) 305.59º 0.49% 0.95% -
XYZ 58.25 39.06 80.07 -
YUV 171.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 242 124 231 0 0.49 0.05 0.05 305.59 0.82 0.72
Hex F2 7C E7 0 31 5 5 132 52 48
Octal 362 174 347 0 61 5 5 462 122 110
Binary 11110010 1111100 11100111 0 110001 101 101 100110010 1010010 1001000

Color Harmonies of #F27CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CE7

Black with #F27CE7

Text Example


Text Example

White with #F27CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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