Html Css Color HEX #F095BD Shocking

📋 copy color: '#F095BD'

red 240 ◦ green 149 ◦ blue 189

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

Shades of Shocking #F095BD

Tints of Shocking #F095BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.7%

R = 41.52%
G = 25.78%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F095BD (or 0xF095BD) is known color: Shocking. HEX triplet: F0, 95 and BD. RGB value is (240,149,189). Sum of RGB (Red+Green+Blue) = 240+149+189=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F095BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095BD is #0F6A42. Grayscale: #B4B4B4. Windows color (decimal): -1010243 or 12424688. OLE color: 12424688.

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

Color convert

RGB 240 149 189 -
CMYK 0 0.38 0.21 0.06
HSL 333.63º 0.75% 0.76% -
HSV(B) 333.63º 0.38% 0.94% -
XYZ 55.87 43.69 53.63 -
YUV 180.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 240 149 189 0 0.38 0.21 0.06 333.63 0.75 0.76
Hex F0 95 BD 0 26 15 6 14E 4B 4C
Octal 360 225 275 0 46 25 6 516 113 114
Binary 11110000 10010101 10111101 0 100110 10101 110 101001110 1001011 1001100

Color Harmonies of #F095BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095BD

Black with #F095BD

Text Example


Text Example

White with #F095BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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