Html Css Color HEX #F09CC5 Shocking

📋 copy color: '#F09CC5'

red 240 ◦ green 156 ◦ blue 197

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

Shades of Shocking #F09CC5

Tints of Shocking #F09CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.22%

R = 40.47%
G = 26.31%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F09CC5 (or 0xF09CC5) is known color: Shocking. HEX triplet: F0, 9C and C5. RGB value is (240,156,197). Sum of RGB (Red+Green+Blue) = 240+156+197=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CC5 is #0F633A. Grayscale: #B9B9B9. Windows color (decimal): -1008443 or 12950768. OLE color: 12950768.

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

Color convert

RGB 240 156 197 -
CMYK 0 0.35 0.18 0.06
HSL 330.71º 0.74% 0.78% -
HSV(B) 330.71º 0.35% 0.94% -
XYZ 57.9 46.33 58.71 -
YUV 185.79 134.33 166.67 -
System Red Green Blue C M Y K H S L
Decimal 240 156 197 0 0.35 0.18 0.06 330.71 0.74 0.78
Hex F0 9C C5 0 23 12 6 14B 4A 4E
Octal 360 234 305 0 43 22 6 513 112 116
Binary 11110000 10011100 11000101 0 100011 10010 110 101001011 1001010 1001110

Color Harmonies of #F09CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CC5

Black with #F09CC5

Text Example


Text Example

White with #F09CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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