Html Css Color HEX #F006B9 Shocking Pink

📋 copy color: '#F006B9'

red 240 ◦ green 6 ◦ blue 185

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

Shades of Shocking Pink #F006B9

Tints of Shocking Pink #F006B9

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 55.68%
G = 1.39%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#F006B9 (or 0xF006B9) is known color: Shocking Pink. HEX triplet: F0, 06 and B9. RGB value is (240,6,185). Sum of RGB (Red+Green+Blue) = 240+6+185=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F006B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006B9 is #0FF946. Grayscale: #5F5F5F. Windows color (decimal): -1046855 or 12125936. OLE color: 12125936.

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

Color convert

RGB 240 6 185 -
CMYK 0 0.98 0.23 0.06
HSL 314.1º 0.95% 0.48% -
HSV(B) 314.1º 0.98% 0.94% -
XYZ 44.76 22.16 47.82 -
YUV 96.37 178.02 230.45 -
System Red Green Blue C M Y K H S L
Decimal 240 6 185 0 0.98 0.23 0.06 314.1 0.95 0.48
Hex F0 6 B9 0 62 17 6 13A 5F 30
Octal 360 6 271 0 142 27 6 472 137 60
Binary 11110000 110 10111001 0 1100010 10111 110 100111010 1011111 110000

Color Harmonies of #F006B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006B9

Black with #F006B9

Text Example


Text Example

White with #F006B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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