Html Css Color HEX #F995BA Illusion

📋 copy color: '#F995BA'

red 249 ◦ green 149 ◦ blue 186

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

Shades of Illusion #F995BA

Tints of Illusion #F995BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 42.64%
G = 25.51%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F995BA (or 0xF995BA) is known color: Illusion. HEX triplet: F9, 95 and BA. RGB value is (249,149,186). Sum of RGB (Red+Green+Blue) = 249+149+186=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F995BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995BA is #066A45. Grayscale: #B7B7B7. Windows color (decimal): -420422 or 12228089. OLE color: 12228089.

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

Color convert

RGB 249 149 186 -
CMYK 0 0.40 0.25 0.02
HSL 337.8º 0.89% 0.78% -
HSV(B) 337.8º 0.4% 0.98% -
XYZ 58.68 45.18 52.08 -
YUV 183.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 249 149 186 0 0.40 0.25 0.02 337.8 0.89 0.78
Hex F9 95 BA 0 28 19 2 152 59 4E
Octal 371 225 272 0 50 31 2 522 131 116
Binary 11111001 10010101 10111010 0 101000 11001 10 101010010 1011001 1001110

Color Harmonies of #F995BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F995BA

Black with #F995BA

Text Example


Text Example

White with #F995BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F995BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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