Html Css Color HEX #F08CBA Shocking

📋 copy color: '#F08CBA'

red 240 ◦ green 140 ◦ blue 186

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

Shades of Shocking #F08CBA

Tints of Shocking #F08CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.73%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 42.4%
G = 24.73%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F08CBA (or 0xF08CBA) is known color: Shocking. HEX triplet: F0, 8C and BA. RGB value is (240,140,186). Sum of RGB (Red+Green+Blue) = 240+140+186=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 140 (55.08% from 255 or 24.73% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CBA is #0F7345. Grayscale: #AFAFAF. Windows color (decimal): -1012550 or 12225776. OLE color: 12225776.

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

Color convert

RGB 240 140 186 -
CMYK 0 0.42 0.22 0.06
HSL 332.4º 0.77% 0.75% -
HSV(B) 332.4º 0.42% 0.94% -
XYZ 54.18 40.83 51.48 -
YUV 175.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 240 140 186 0 0.42 0.22 0.06 332.4 0.77 0.75
Hex F0 8C BA 0 2A 16 6 14C 4D 4B
Octal 360 214 272 0 52 26 6 514 115 113
Binary 11110000 10001100 10111010 0 101010 10110 110 101001100 1001101 1001011

Color Harmonies of #F08CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08CBA

Black with #F08CBA

Text Example


Text Example

White with #F08CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08CBA; }

 p { color: rgb(240,140,186); }

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

background-color css

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

 a { background-color: rgb(240,140,186); }

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

border-color css

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

 span { border-color: rgb(240,140,186); }

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