Html Css Color HEX #F098CB Shocking

📋 copy color: '#F098CB'

red 240 ◦ green 152 ◦ blue 203

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

Shades of Shocking #F098CB

Tints of Shocking #F098CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 40.34%
G = 25.55%
B = 34.12%

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

#F098CB (or 0xF098CB) is known color: Shocking. HEX triplet: F0, 98 and CB. RGB value is (240,152,203). Sum of RGB (Red+Green+Blue) = 240+152+203=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F098CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098CB is #0F6734. Grayscale: #B8B8B8. Windows color (decimal): -1009461 or 13342960. OLE color: 13342960.

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

Color convert

RGB 240 152 203 -
CMYK 0 0.37 0.15 0.06
HSL 325.23º 0.75% 0.77% -
HSV(B) 325.23º 0.37% 0.94% -
XYZ 57.94 45.29 62.19 -
YUV 184.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 240 152 203 0 0.37 0.15 0.06 325.23 0.75 0.77
Hex F0 98 CB 0 25 F 6 145 4B 4D
Octal 360 230 313 0 45 17 6 505 113 115
Binary 11110000 10011000 11001011 0 100101 1111 110 101000101 1001011 1001101

Color Harmonies of #F098CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098CB

Black with #F098CB

Text Example


Text Example

White with #F098CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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