Html Css Color HEX #F09DCB Shocking

📋 copy color: '#F09DCB'

red 240 ◦ green 157 ◦ blue 203

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

Shades of Shocking #F09DCB

Tints of Shocking #F09DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 40%
G = 26.17%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F09DCB (or 0xF09DCB) is known color: Shocking. HEX triplet: F0, 9D and CB. RGB value is (240,157,203). Sum of RGB (Red+Green+Blue) = 240+157+203=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DCB is #0F6234. Grayscale: #BABABA. Windows color (decimal): -1008181 or 13344240. OLE color: 13344240.

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

Color convert

RGB 240 157 203 -
CMYK 0 0.35 0.15 0.06
HSL 326.75º 0.73% 0.78% -
HSV(B) 326.75º 0.35% 0.94% -
XYZ 58.77 46.95 62.46 -
YUV 187.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 240 157 203 0 0.35 0.15 0.06 326.75 0.73 0.78
Hex F0 9D CB 0 23 F 6 147 49 4E
Octal 360 235 313 0 43 17 6 507 111 116
Binary 11110000 10011101 11001011 0 100011 1111 110 101000111 1001001 1001110

Color Harmonies of #F09DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09DCB

Black with #F09DCB

Text Example


Text Example

White with #F09DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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