Html Css Color HEX #F07CE1 Pale Magenta

📋 copy color: '#F07CE1'

red 240 ◦ green 124 ◦ blue 225

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

Shades of Pale Magenta #F07CE1

Tints of Pale Magenta #F07CE1

RGB

 RED value IS 240 (94.14% from 255) = 40.75%

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

 BLUE value IS 225 (88.28% from 255) = 38.2%

R = 40.75%
G = 21.05%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F07CE1 (or 0xF07CE1) is known color: Pale Magenta. HEX triplet: F0, 7C and E1. RGB value is (240,124,225). Sum of RGB (Red+Green+Blue) = 240+124+225=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CE1 is #0F831E. Grayscale: #A9A9A9. Windows color (decimal): -1016607 or 14777584. OLE color: 14777584.

HSL color Cylindrical-coordinate representation of color #F07CE1: hue angle of 307.76º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CE1 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 225 -
CMYK 0 0.48 0.06 0.06
HSL 307.76º 0.79% 0.71% -
HSV(B) 307.76º 0.48% 0.94% -
XYZ 56.73 38.38 75.65 -
YUV 170.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 240 124 225 0 0.48 0.06 0.06 307.76 0.79 0.71
Hex F0 7C E1 0 30 6 6 134 4F 47
Octal 360 174 341 0 60 6 6 464 117 107
Binary 11110000 1111100 11100001 0 110000 110 110 100110100 1001111 1000111

Color Harmonies of #F07CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07CE1

Black with #F07CE1

Text Example


Text Example

White with #F07CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07CE1; }

 p { color: rgb(240,124,225); }

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

background-color css

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

 a { background-color: rgb(240,124,225); }

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

border-color css

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

 span { border-color: rgb(240,124,225); }

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