Html Css Color HEX #F09CC0 Shocking

📋 copy color: '#F09CC0'

red 240 ◦ green 156 ◦ blue 192

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

Shades of Shocking #F09CC0

Tints of Shocking #F09CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.53%

 BLUE value IS 192 (75.39% from 255) = 32.65%

R = 40.82%
G = 26.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#F09CC0 (or 0xF09CC0) is known color: Shocking. HEX triplet: F0, 9C and C0. RGB value is (240,156,192). Sum of RGB (Red+Green+Blue) = 240+156+192=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CC0 is #0F633F. Grayscale: #B9B9B9. Windows color (decimal): -1008448 or 12623088. OLE color: 12623088.

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

Color convert

RGB 240 156 192 -
CMYK 0 0.35 0.20 0.06
HSL 334.29º 0.74% 0.78% -
HSV(B) 334.29º 0.35% 0.94% -
XYZ 57.34 46.11 55.75 -
YUV 185.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 240 156 192 0 0.35 0.20 0.06 334.29 0.74 0.78
Hex F0 9C C0 0 23 14 6 14E 4A 4E
Octal 360 234 300 0 43 24 6 516 112 116
Binary 11110000 10011100 11000000 0 100011 10100 110 101001110 1001010 1001110

Color Harmonies of #F09CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CC0

Black with #F09CC0

Text Example


Text Example

White with #F09CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CC0; }

 p { color: rgb(240,156,192); }

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

background-color css

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

 a { background-color: rgb(240,156,192); }

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

border-color css

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

 span { border-color: rgb(240,156,192); }

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