Html Css Color HEX #F610CA Shocking Pink

📋 copy color: '#F610CA'

red 246 ◦ green 16 ◦ blue 202

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

Shades of Shocking Pink #F610CA

Tints of Shocking Pink #F610CA

RGB

 RED value IS 246 (96.48% from 255) = 53.02%

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

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

R = 53.02%
G = 3.45%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F610CA (or 0xF610CA) is known color: Shocking Pink. HEX triplet: F6, 10 and CA. RGB value is (246,16,202). Sum of RGB (Red+Green+Blue) = 246+16+202=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F610CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610CA is #09EF35. Grayscale: #696969. Windows color (decimal): -651062 or 13242614. OLE color: 13242614.

HSL color Cylindrical-coordinate representation of color #F610CA: hue angle of 311.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610CA is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 16 202 -
CMYK 0 0.93 0.18 0.04
HSL 311.48º 0.93% 0.51% -
HSV(B) 311.48º 0.93% 0.96% -
XYZ 48.85 24.23 57.98 -
YUV 105.97 182.2 227.88 -
System Red Green Blue C M Y K H S L
Decimal 246 16 202 0 0.93 0.18 0.04 311.48 0.93 0.51
Hex F6 10 CA 0 5D 12 4 137 5D 33
Octal 366 20 312 0 135 22 4 467 135 63
Binary 11110110 10000 11001010 0 1011101 10010 100 100110111 1011101 110011

Color Harmonies of #F610CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F610CA

Black with #F610CA

Text Example


Text Example

White with #F610CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F610CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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