Html Css Color HEX #F006B4 Shocking Pink

📋 copy color: '#F006B4'

red 240 ◦ green 6 ◦ blue 180

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

Shades of Shocking Pink #F006B4

Tints of Shocking Pink #F006B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.25%

R = 56.34%
G = 1.41%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F006B4 (or 0xF006B4) is known color: Shocking Pink. HEX triplet: F0, 06 and B4. RGB value is (240,6,180). Sum of RGB (Red+Green+Blue) = 240+6+180=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F006B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006B4 is #0FF94B. Grayscale: #5F5F5F. Windows color (decimal): -1046860 or 11798256. OLE color: 11798256.

HSL color Cylindrical-coordinate representation of color #F006B4: hue angle of 315.38º 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 #F006B4 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 180 -
CMYK 0 0.98 0.25 0.06
HSL 315.38º 0.95% 0.48% -
HSV(B) 315.38º 0.98% 0.94% -
XYZ 44.24 21.95 45.09 -
YUV 95.8 175.52 230.85 -
System Red Green Blue C M Y K H S L
Decimal 240 6 180 0 0.98 0.25 0.06 315.38 0.95 0.48
Hex F0 6 B4 0 62 19 6 13B 5F 30
Octal 360 6 264 0 142 31 6 473 137 60
Binary 11110000 110 10110100 0 1100010 11001 110 100111011 1011111 110000

Color Harmonies of #F006B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F006B4

Black with #F006B4

Text Example


Text Example

White with #F006B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F006B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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