Html Css Color HEX #F099CB Shocking

📋 copy color: '#F099CB'

red 240 ◦ green 153 ◦ blue 203

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

Shades of Shocking #F099CB

Tints of Shocking #F099CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.67%

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

R = 40.27%
G = 25.67%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F099CB (or 0xF099CB) is known color: Shocking. HEX triplet: F0, 99 and CB. RGB value is (240,153,203). Sum of RGB (Red+Green+Blue) = 240+153+203=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F099CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099CB is #0F6634. Grayscale: #B8B8B8. Windows color (decimal): -1009205 or 13343216. OLE color: 13343216.

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

Color convert

RGB 240 153 203 -
CMYK 0 0.36 0.15 0.06
HSL 325.52º 0.74% 0.77% -
HSV(B) 325.52º 0.36% 0.94% -
XYZ 58.11 45.62 62.24 -
YUV 184.71 138.32 167.43 -
System Red Green Blue C M Y K H S L
Decimal 240 153 203 0 0.36 0.15 0.06 325.52 0.74 0.77
Hex F0 99 CB 0 24 F 6 146 4A 4D
Octal 360 231 313 0 44 17 6 506 112 115
Binary 11110000 10011001 11001011 0 100100 1111 110 101000110 1001010 1001101

Color Harmonies of #F099CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F099CB

Black with #F099CB

Text Example


Text Example

White with #F099CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F099CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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