Html Css Color HEX #F09FCC Shocking

📋 copy color: '#F09FCC'

red 240 ◦ green 159 ◦ blue 204

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

Shades of Shocking #F09FCC

Tints of Shocking #F09FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.37%

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

R = 39.8%
G = 26.37%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F09FCC (or 0xF09FCC) is known color: Shocking. HEX triplet: F0, 9F and CC. RGB value is (240,159,204). Sum of RGB (Red+Green+Blue) = 240+159+204=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FCC is #0F6033. Grayscale: #BCBCBC. Windows color (decimal): -1007668 or 13410288. OLE color: 13410288.

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

Color convert

RGB 240 159 204 -
CMYK 0 0.34 0.15 0.06
HSL 326.67º 0.73% 0.78% -
HSV(B) 326.67º 0.34% 0.94% -
XYZ 59.23 47.68 63.21 -
YUV 188.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 240 159 204 0 0.34 0.15 0.06 326.67 0.73 0.78
Hex F0 9F CC 0 22 F 6 147 49 4E
Octal 360 237 314 0 42 17 6 507 111 116
Binary 11110000 10011111 11001100 0 100010 1111 110 101000111 1001001 1001110

Color Harmonies of #F09FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09FCC

Black with #F09FCC

Text Example


Text Example

White with #F09FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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