Html Css Color HEX #F097CC Shocking

📋 copy color: '#F097CC'

red 240 ◦ green 151 ◦ blue 204

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

Shades of Shocking #F097CC

Tints of Shocking #F097CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.38%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 40.34%
G = 25.38%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F097CC (or 0xF097CC) is known color: Shocking. HEX triplet: F0, 97 and CC. RGB value is (240,151,204). Sum of RGB (Red+Green+Blue) = 240+151+204=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F097CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F097CC is #0F6833. Grayscale: #B7B7B7. Windows color (decimal): -1009716 or 13408240. OLE color: 13408240.

HSL color Cylindrical-coordinate representation of color #F097CC: hue angle of 324.27º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F097CC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 151 204 -
CMYK 0 0.37 0.15 0.06
HSL 324.27º 0.75% 0.77% -
HSV(B) 324.27º 0.37% 0.94% -
XYZ 57.9 45.02 62.76 -
YUV 183.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 240 151 204 0 0.37 0.15 0.06 324.27 0.75 0.77
Hex F0 97 CC 0 25 F 6 144 4B 4D
Octal 360 227 314 0 45 17 6 504 113 115
Binary 11110000 10010111 11001100 0 100101 1111 110 101000100 1001011 1001101

Color Harmonies of #F097CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F097CC

Black with #F097CC

Text Example


Text Example

White with #F097CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F097CC; }

 p { color: rgb(240,151,204); }

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

background-color css

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

 a { background-color: rgb(240,151,204); }

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

border-color css

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

 span { border-color: rgb(240,151,204); }

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