Html Css Color HEX #F096CA Shocking

📋 copy color: '#F096CA'

red 240 ◦ green 150 ◦ blue 202

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

Shades of Shocking #F096CA

Tints of Shocking #F096CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.34%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 40.54%
G = 25.34%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F096CA (or 0xF096CA) is known color: Shocking. HEX triplet: F0, 96 and CA. RGB value is (240,150,202). Sum of RGB (Red+Green+Blue) = 240+150+202=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CA is #0F6935. Grayscale: #B6B6B6. Windows color (decimal): -1009974 or 13276912. OLE color: 13276912.

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

Color convert

RGB 240 150 202 -
CMYK 0 0.37 0.16 0.06
HSL 325.33º 0.75% 0.76% -
HSV(B) 325.33º 0.38% 0.94% -
XYZ 57.5 44.6 61.46 -
YUV 182.84 138.82 168.77 -
System Red Green Blue C M Y K H S L
Decimal 240 150 202 0 0.37 0.16 0.06 325.33 0.75 0.76
Hex F0 96 CA 0 25 10 6 145 4B 4C
Octal 360 226 312 0 45 20 6 505 113 114
Binary 11110000 10010110 11001010 0 100101 10000 110 101000101 1001011 1001100

Color Harmonies of #F096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096CA

Black with #F096CA

Text Example


Text Example

White with #F096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096CA; }

 p { color: rgb(240,150,202); }

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

background-color css

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

 a { background-color: rgb(240,150,202); }

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

border-color css

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

 span { border-color: rgb(240,150,202); }

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