Html Css Color HEX #F995F0 Pale Magenta

📋 copy color: '#F995F0'

red 249 ◦ green 149 ◦ blue 240

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

Shades of Pale Magenta #F995F0

Tints of Pale Magenta #F995F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.62%

R = 39.03%
G = 23.35%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F995F0 (or 0xF995F0) is known color: Pale Magenta. HEX triplet: F9, 95 and F0. RGB value is (249,149,240). Sum of RGB (Red+Green+Blue) = 249+149+240=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 149 (58.59% from 255 or 23.35% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F995F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F995F0 is #066A0F. Grayscale: #BDBDBD. Windows color (decimal): -420368 or 15767033. OLE color: 15767033.

HSL color Cylindrical-coordinate representation of color #F995F0: hue angle of 305.4º 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 #F995F0 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 149 240 -
CMYK 0 0.40 0.04 0.02
HSL 305.4º 0.89% 0.78% -
HSV(B) 305.4º 0.4% 0.98% -
XYZ 65.54 47.93 88.23 -
YUV 189.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 249 149 240 0 0.40 0.04 0.02 305.4 0.89 0.78
Hex F9 95 F0 0 28 4 2 131 59 4E
Octal 371 225 360 0 50 4 2 461 131 116
Binary 11111001 10010101 11110000 0 101000 100 10 100110001 1011001 1001110

Color Harmonies of #F995F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995F0

Black with #F995F0

Text Example


Text Example

White with #F995F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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