Html Css Color HEX #F095C8 Shocking

📋 copy color: '#F095C8'

red 240 ◦ green 149 ◦ blue 200

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

Shades of Shocking #F095C8

Tints of Shocking #F095C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.96%

R = 40.75%
G = 25.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F095C8 (or 0xF095C8) is known color: Shocking. HEX triplet: F0, 95 and C8. RGB value is (240,149,200). Sum of RGB (Red+Green+Blue) = 240+149+200=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F095C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F095C8 is #0F6A37. Grayscale: #B5B5B5. Windows color (decimal): -1010232 or 13145584. OLE color: 13145584.

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

Color convert

RGB 240 149 200 -
CMYK 0 0.38 0.17 0.06
HSL 326.37º 0.75% 0.76% -
HSV(B) 326.37º 0.38% 0.94% -
XYZ 57.11 44.19 60.16 -
YUV 182.02 138.15 169.35 -
System Red Green Blue C M Y K H S L
Decimal 240 149 200 0 0.38 0.17 0.06 326.37 0.75 0.76
Hex F0 95 C8 0 26 11 6 146 4B 4C
Octal 360 225 310 0 46 21 6 506 113 114
Binary 11110000 10010101 11001000 0 100110 10001 110 101000110 1001011 1001100

Color Harmonies of #F095C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F095C8

Black with #F095C8

Text Example


Text Example

White with #F095C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F095C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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