Html Css Color HEX #F095BA Shocking

📋 copy color: '#F095BA'

red 240 ◦ green 149 ◦ blue 186

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

Shades of Shocking #F095BA

Tints of Shocking #F095BA

RGB

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

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

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

R = 41.74%
G = 25.91%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F095BA (or 0xF095BA) is known color: Shocking. HEX triplet: F0, 95 and BA. RGB value is (240,149,186). Sum of RGB (Red+Green+Blue) = 240+149+186=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BA is #0F6A45. Grayscale: #B4B4B4. Windows color (decimal): -1010246 or 12228080. OLE color: 12228080.

HSL color Cylindrical-coordinate representation of color #F095BA: hue angle of 335.6º 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 #F095BA is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 149 186 -
CMYK 0 0.38 0.22 0.06
HSL 335.6º 0.75% 0.76% -
HSV(B) 335.6º 0.38% 0.94% -
XYZ 55.55 43.57 51.94 -
YUV 180.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 240 149 186 0 0.38 0.22 0.06 335.6 0.75 0.76
Hex F0 95 BA 0 26 16 6 150 4B 4C
Octal 360 225 272 0 46 26 6 520 113 114
Binary 11110000 10010101 10111010 0 100110 10110 110 101010000 1001011 1001100

Color Harmonies of #F095BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095BA

Black with #F095BA

Text Example


Text Example

White with #F095BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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