Html Css Color HEX #F0A0CC Shocking

📋 copy color: '#F0A0CC'

red 240 ◦ green 160 ◦ blue 204

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

Shades of Shocking #F0A0CC

Tints of Shocking #F0A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.49%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 39.74%
G = 26.49%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0A0CC (or 0xF0A0CC) is known color: Shocking. HEX triplet: F0, A0 and CC. RGB value is (240,160,204). Sum of RGB (Red+Green+Blue) = 240+160+204=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0CC is #0F5F33. Grayscale: #BCBCBC. Windows color (decimal): -1007412 or 13410544. OLE color: 13410544.

HSL color Cylindrical-coordinate representation of color #F0A0CC: hue angle of 327º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0CC is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 160 204 -
CMYK 0 0.33 0.15 0.06
HSL 327º 0.73% 0.78% -
HSV(B) 327º 0.33% 0.94% -
XYZ 59.41 48.03 63.27 -
YUV 188.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 240 160 204 0 0.33 0.15 0.06 327 0.73 0.78
Hex F0 A0 CC 0 21 F 6 147 49 4E
Octal 360 240 314 0 41 17 6 507 111 116
Binary 11110000 10100000 11001100 0 100001 1111 110 101000111 1001001 1001110

Color Harmonies of #F0A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0CC

Black with #F0A0CC

Text Example


Text Example

White with #F0A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0CC; }

 p { color: rgb(240,160,204); }

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

background-color css

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

 a { background-color: rgb(240,160,204); }

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

border-color css

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

 span { border-color: rgb(240,160,204); }

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