Html Css Color HEX #F098CC Shocking

📋 copy color: '#F098CC'

red 240 ◦ green 152 ◦ blue 204

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

Shades of Shocking #F098CC

Tints of Shocking #F098CC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.5%

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

R = 40.27%
G = 25.5%
B = 34.23%

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

#F098CC (or 0xF098CC) is known color: Shocking. HEX triplet: F0, 98 and CC. RGB value is (240,152,204). Sum of RGB (Red+Green+Blue) = 240+152+204=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CC is #0F6733. Grayscale: #B8B8B8. Windows color (decimal): -1009460 or 13408496. OLE color: 13408496.

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

Color convert

RGB 240 152 204 -
CMYK 0 0.37 0.15 0.06
HSL 324.55º 0.75% 0.77% -
HSV(B) 324.55º 0.37% 0.94% -
XYZ 58.06 45.34 62.82 -
YUV 184.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 240 152 204 0 0.37 0.15 0.06 324.55 0.75 0.77
Hex F0 98 CC 0 25 F 6 145 4B 4D
Octal 360 230 314 0 45 17 6 505 113 115
Binary 11110000 10011000 11001100 0 100101 1111 110 101000101 1001011 1001101

Color Harmonies of #F098CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098CC

Black with #F098CC

Text Example


Text Example

White with #F098CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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