Html Css Color HEX #F00CCA Shocking Pink

📋 copy color: '#F00CCA'

red 240 ◦ green 12 ◦ blue 202

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

Shades of Shocking Pink #F00CCA

Tints of Shocking Pink #F00CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.64%

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

R = 52.86%
G = 2.64%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F00CCA (or 0xF00CCA) is known color: Shocking Pink. HEX triplet: F0, 0C and CA. RGB value is (240,12,202). Sum of RGB (Red+Green+Blue) = 240+12+202=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CCA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F00CCA is #0FF335. Grayscale: #656565. Windows color (decimal): -1045302 or 13241584. OLE color: 13241584.

HSL color Cylindrical-coordinate representation of color #F00CCA: hue angle of 310º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CCA is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 12 202 -
CMYK 0 0.95 0.16 0.06
HSL 310º 0.9% 0.49% -
HSV(B) 310º 0.95% 0.94% -
XYZ 46.73 23.05 57.86 -
YUV 101.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 240 12 202 0 0.95 0.16 0.06 310 0.9 0.49
Hex F0 C CA 0 5F 10 6 136 5A 31
Octal 360 14 312 0 137 20 6 466 132 61
Binary 11110000 1100 11001010 0 1011111 10000 110 100110110 1011010 110001

Color Harmonies of #F00CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00CCA

Black with #F00CCA

Text Example


Text Example

White with #F00CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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