Html Css Color HEX #F09DC7 Shocking

📋 copy color: '#F09DC7'

red 240 ◦ green 157 ◦ blue 199

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

Shades of Shocking #F09DC7

Tints of Shocking #F09DC7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.34%

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

R = 40.27%
G = 26.34%
B = 33.39%

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

#F09DC7 (or 0xF09DC7) is known color: Shocking. HEX triplet: F0, 9D and C7. RGB value is (240,157,199). Sum of RGB (Red+Green+Blue) = 240+157+199=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC7 is #0F6238. Grayscale: #BABABA. Windows color (decimal): -1008185 or 13082096. OLE color: 13082096.

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

Color convert

RGB 240 157 199 -
CMYK 0 0.35 0.17 0.06
HSL 329.64º 0.73% 0.78% -
HSV(B) 329.64º 0.35% 0.94% -
XYZ 58.3 46.76 59.99 -
YUV 186.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 240 157 199 0 0.35 0.17 0.06 329.64 0.73 0.78
Hex F0 9D C7 0 23 11 6 14A 49 4E
Octal 360 235 307 0 43 21 6 512 111 116
Binary 11110000 10011101 11000111 0 100011 10001 110 101001010 1001001 1001110

Color Harmonies of #F09DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DC7

Black with #F09DC7

Text Example


Text Example

White with #F09DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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