Html Css Color HEX #F010CA Shocking Pink

📋 copy color: '#F010CA'

red 240 ◦ green 16 ◦ blue 202

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

Shades of Shocking Pink #F010CA

Tints of Shocking Pink #F010CA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

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

R = 52.4%
G = 3.49%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F010CA (or 0xF010CA) is known color: Shocking Pink. HEX triplet: F0, 10 and CA. RGB value is (240,16,202). Sum of RGB (Red+Green+Blue) = 240+16+202=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F010CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F010CA is #0FEF35. Grayscale: #676767. Windows color (decimal): -1044278 or 13242608. OLE color: 13242608.

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

Color convert

RGB 240 16 202 -
CMYK 0 0.93 0.16 0.06
HSL 310.18º 0.88% 0.5% -
HSV(B) 310.18º 0.93% 0.94% -
XYZ 46.78 23.16 57.88 -
YUV 104.18 183.21 224.88 -
System Red Green Blue C M Y K H S L
Decimal 240 16 202 0 0.93 0.16 0.06 310.18 0.88 0.5
Hex F0 10 CA 0 5D 10 6 136 58 32
Octal 360 20 312 0 135 20 6 466 130 62
Binary 11110000 10000 11001010 0 1011101 10000 110 100110110 1011000 110010

Color Harmonies of #F010CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010CA

Black with #F010CA

Text Example


Text Example

White with #F010CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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