Html Css Color HEX #F07BE2 Pale Magenta

📋 copy color: '#F07BE2'

red 240 ◦ green 123 ◦ blue 226

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

Shades of Pale Magenta #F07BE2

Tints of Pale Magenta #F07BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.88%

 BLUE value IS 226 (88.67% from 255) = 38.37%

R = 40.75%
G = 20.88%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#F07BE2 (or 0xF07BE2) is known color: Pale Magenta. HEX triplet: F0, 7B and E2. RGB value is (240,123,226). Sum of RGB (Red+Green+Blue) = 240+123+226=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BE2 is #0F841D. Grayscale: #A9A9A9. Windows color (decimal): -1016862 or 14842864. OLE color: 14842864.

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

Color convert

RGB 240 123 226 -
CMYK 0 0.49 0.06 0.06
HSL 307.18º 0.8% 0.71% -
HSV(B) 307.18º 0.49% 0.94% -
XYZ 56.75 38.18 76.33 -
YUV 169.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 240 123 226 0 0.49 0.06 0.06 307.18 0.8 0.71
Hex F0 7B E2 0 31 6 6 133 50 47
Octal 360 173 342 0 61 6 6 463 120 107
Binary 11110000 1111011 11100010 0 110001 110 110 100110011 1010000 1000111

Color Harmonies of #F07BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07BE2

Black with #F07BE2

Text Example


Text Example

White with #F07BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07BE2; }

 p { color: rgb(240,123,226); }

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

background-color css

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

 a { background-color: rgb(240,123,226); }

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

border-color css

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

 span { border-color: rgb(240,123,226); }

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