Html Css Color HEX #F995ED Pale Magenta

📋 copy color: '#F995ED'

red 249 ◦ green 149 ◦ blue 237

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

Shades of Pale Magenta #F995ED

Tints of Pale Magenta #F995ED

RGB

 RED value IS 249 (97.66% from 255) = 39.21%

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

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 39.21%
G = 23.46%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F995ED (or 0xF995ED) is known color: Pale Magenta. HEX triplet: F9, 95 and ED. RGB value is (249,149,237). Sum of RGB (Red+Green+Blue) = 249+149+237=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F995ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995ED is #066A12. Grayscale: #BCBCBC. Windows color (decimal): -420371 or 15570425. OLE color: 15570425.

HSL color Cylindrical-coordinate representation of color #F995ED: hue angle of 307.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995ED is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 237 -
CMYK 0 0.40 0.05 0.02
HSL 307.2º 0.89% 0.78% -
HSV(B) 307.2º 0.4% 0.98% -
XYZ 65.1 47.75 85.91 -
YUV 188.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 249 149 237 0 0.40 0.05 0.02 307.2 0.89 0.78
Hex F9 95 ED 0 28 5 2 133 59 4E
Octal 371 225 355 0 50 5 2 463 131 116
Binary 11111001 10010101 11101101 0 101000 101 10 100110011 1011001 1001110

Color Harmonies of #F995ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995ED

Black with #F995ED

Text Example


Text Example

White with #F995ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995ED; }

 p { color: rgb(249,149,237); }

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

background-color css

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

 a { background-color: rgb(249,149,237); }

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

border-color css

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

 span { border-color: rgb(249,149,237); }

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