Html Css Color HEX #F002B9 Shocking Pink

📋 copy color: '#F002B9'

red 240 ◦ green 2 ◦ blue 185

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

Shades of Shocking Pink #F002B9

Tints of Shocking Pink #F002B9

RGB

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

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

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

R = 56.21%
G = 0.47%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F002B9 (or 0xF002B9) is known color: Shocking Pink. HEX triplet: F0, 02 and B9. RGB value is (240,2,185). Sum of RGB (Red+Green+Blue) = 240+2+185=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F002B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F002B9 is #0FFD46. Grayscale: #5D5D5D. Windows color (decimal): -1047879 or 12124912. OLE color: 12124912.

HSL color Cylindrical-coordinate representation of color #F002B9: hue angle of 313.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002B9 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 185 -
CMYK 0 0.99 0.23 0.06
HSL 313.87º 0.98% 0.47% -
HSV(B) 313.87º 0.99% 0.94% -
XYZ 44.71 22.07 47.8 -
YUV 94.02 179.35 232.12 -
System Red Green Blue C M Y K H S L
Decimal 240 2 185 0 0.99 0.23 0.06 313.87 0.98 0.47
Hex F0 2 B9 0 63 17 6 13A 62 2F
Octal 360 2 271 0 143 27 6 472 142 57
Binary 11110000 10 10111001 0 1100011 10111 110 100111010 1100010 101111

Color Harmonies of #F002B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F002B9

Black with #F002B9

Text Example


Text Example

White with #F002B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F002B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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