Html Css Color HEX #F0A0CA Shocking

📋 copy color: '#F0A0CA'

red 240 ◦ green 160 ◦ blue 202

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

Shades of Shocking #F0A0CA

Tints of Shocking #F0A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 39.87%
G = 26.58%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0A0CA (or 0xF0A0CA) is known color: Shocking. HEX triplet: F0, A0 and CA. RGB value is (240,160,202). Sum of RGB (Red+Green+Blue) = 240+160+202=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0CA is #0F5F35. Grayscale: #BCBCBC. Windows color (decimal): -1007414 or 13279472. OLE color: 13279472.

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

Color convert

RGB 240 160 202 -
CMYK 0 0.33 0.16 0.06
HSL 328.5º 0.73% 0.78% -
HSV(B) 328.5º 0.33% 0.94% -
XYZ 59.17 47.93 62.01 -
YUV 188.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 240 160 202 0 0.33 0.16 0.06 328.5 0.73 0.78
Hex F0 A0 CA 0 21 10 6 148 49 4E
Octal 360 240 312 0 41 20 6 510 111 116
Binary 11110000 10100000 11001010 0 100001 10000 110 101001000 1001001 1001110

Color Harmonies of #F0A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A0CA

Black with #F0A0CA

Text Example


Text Example

White with #F0A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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