Html Css Color HEX #F602B9 Shocking Pink

📋 copy color: '#F602B9'

red 246 ◦ green 2 ◦ blue 185

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

Shades of Shocking Pink #F602B9

Tints of Shocking Pink #F602B9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 56.81%
G = 0.46%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F602B9 (or 0xF602B9) is known color: Shocking Pink. HEX triplet: F6, 02 and B9. RGB value is (246,2,185). Sum of RGB (Red+Green+Blue) = 246+2+185=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F602B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F602B9 is #09FD46. Grayscale: #5F5F5F. Windows color (decimal): -654663 or 12124918. OLE color: 12124918.

HSL color Cylindrical-coordinate representation of color #F602B9: hue angle of 315º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602B9 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 185 -
CMYK 0 0.99 0.25 0.04
HSL 315º 0.98% 0.49% -
HSV(B) 315º 0.99% 0.96% -
XYZ 46.78 23.14 47.9 -
YUV 95.82 178.34 235.12 -
System Red Green Blue C M Y K H S L
Decimal 246 2 185 0 0.99 0.25 0.04 315 0.98 0.49
Hex F6 2 B9 0 63 19 4 13B 62 31
Octal 366 2 271 0 143 31 4 473 142 61
Binary 11110110 10 10111001 0 1100011 11001 100 100111011 1100010 110001

Color Harmonies of #F602B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602B9

Black with #F602B9

Text Example


Text Example

White with #F602B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602B9; }

 p { color: rgb(246,2,185); }

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

background-color css

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

 a { background-color: rgb(246,2,185); }

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

border-color css

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

 span { border-color: rgb(246,2,185); }

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