Html Css Color HEX #F09CCB Shocking

📋 copy color: '#F09CCB'

red 240 ◦ green 156 ◦ blue 203

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

Shades of Shocking #F09CCB

Tints of Shocking #F09CCB

RGB

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

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

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

R = 40.07%
G = 26.04%
B = 33.89%

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

#F09CCB (or 0xF09CCB) is known color: Shocking. HEX triplet: F0, 9C and CB. RGB value is (240,156,203). Sum of RGB (Red+Green+Blue) = 240+156+203=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CCB is #0F6334. Grayscale: #BABABA. Windows color (decimal): -1008437 or 13343984. OLE color: 13343984.

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

Color convert

RGB 240 156 203 -
CMYK 0 0.35 0.15 0.06
HSL 326.43º 0.74% 0.78% -
HSV(B) 326.43º 0.35% 0.94% -
XYZ 58.6 46.61 62.41 -
YUV 186.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 240 156 203 0 0.35 0.15 0.06 326.43 0.74 0.78
Hex F0 9C CB 0 23 F 6 146 4A 4E
Octal 360 234 313 0 43 17 6 506 112 116
Binary 11110000 10011100 11001011 0 100011 1111 110 101000110 1001010 1001110

Color Harmonies of #F09CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09CCB

Black with #F09CCB

Text Example


Text Example

White with #F09CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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