Html Css Color HEX #F09BC7 Shocking

📋 copy color: '#F09BC7'

red 240 ◦ green 155 ◦ blue 199

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

Shades of Shocking #F09BC7

Tints of Shocking #F09BC7

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.09%

 BLUE value IS 199 (78.13% from 255) = 33.5%

R = 40.4%
G = 26.09%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F09BC7 (or 0xF09BC7) is known color: Shocking. HEX triplet: F0, 9B and C7. RGB value is (240,155,199). Sum of RGB (Red+Green+Blue) = 240+155+199=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BC7 is #0F6438. Grayscale: #B9B9B9. Windows color (decimal): -1008697 or 13081584. OLE color: 13081584.

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

Color convert

RGB 240 155 199 -
CMYK 0 0.35 0.17 0.06
HSL 328.94º 0.74% 0.77% -
HSV(B) 328.94º 0.35% 0.94% -
XYZ 57.97 46.09 59.87 -
YUV 185.43 135.66 166.92 -
System Red Green Blue C M Y K H S L
Decimal 240 155 199 0 0.35 0.17 0.06 328.94 0.74 0.77
Hex F0 9B C7 0 23 11 6 149 4A 4D
Octal 360 233 307 0 43 21 6 511 112 115
Binary 11110000 10011011 11000111 0 100011 10001 110 101001001 1001010 1001101

Color Harmonies of #F09BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09BC7

Black with #F09BC7

Text Example


Text Example

White with #F09BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09BC7; }

 p { color: rgb(240,155,199); }

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

background-color css

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

 a { background-color: rgb(240,155,199); }

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

border-color css

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

 span { border-color: rgb(240,155,199); }

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