Html Css Color HEX #F095E5 Pale Magenta

📋 copy color: '#F095E5'

red 240 ◦ green 149 ◦ blue 229

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

Shades of Pale Magenta #F095E5

Tints of Pale Magenta #F095E5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.11%

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

R = 38.83%
G = 24.11%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F095E5 (or 0xF095E5) is known color: Pale Magenta. HEX triplet: F0, 95 and E5. RGB value is (240,149,229). Sum of RGB (Red+Green+Blue) = 240+149+229=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F095E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095E5 is #0F6A1A. Grayscale: #B9B9B9. Windows color (decimal): -1010203 or 15046128. OLE color: 15046128.

HSL color Cylindrical-coordinate representation of color #F095E5: hue angle of 307.25º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F095E5 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 229 -
CMYK 0 0.38 0.05 0.06
HSL 307.25º 0.75% 0.76% -
HSV(B) 307.25º 0.38% 0.94% -
XYZ 60.83 45.68 79.74 -
YUV 185.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 240 149 229 0 0.38 0.05 0.06 307.25 0.75 0.76
Hex F0 95 E5 0 26 5 6 133 4B 4C
Octal 360 225 345 0 46 5 6 463 113 114
Binary 11110000 10010101 11100101 0 100110 101 110 100110011 1001011 1001100

Color Harmonies of #F095E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095E5

Black with #F095E5

Text Example


Text Example

White with #F095E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095E5; }

 p { color: rgb(240,149,229); }

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

background-color css

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

 a { background-color: rgb(240,149,229); }

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

border-color css

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

 span { border-color: rgb(240,149,229); }

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