Html Css Color HEX #F005B7 Shocking Pink

📋 copy color: '#F005B7'

red 240 ◦ green 5 ◦ blue 183

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

Shades of Shocking Pink #F005B7

Tints of Shocking Pink #F005B7

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 56.07%
G = 1.17%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F005B7 (or 0xF005B7) is known color: Shocking Pink. HEX triplet: F0, 05 and B7. RGB value is (240,5,183). Sum of RGB (Red+Green+Blue) = 240+5+183=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F005B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005B7 is #0FFA48. Grayscale: #5F5F5F. Windows color (decimal): -1047113 or 11994608. OLE color: 11994608.

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

Color convert

RGB 240 5 183 -
CMYK 0 0.98 0.24 0.06
HSL 314.55º 0.96% 0.48% -
HSV(B) 314.55º 0.98% 0.94% -
XYZ 44.54 22.05 46.71 -
YUV 95.56 177.36 231.03 -
System Red Green Blue C M Y K H S L
Decimal 240 5 183 0 0.98 0.24 0.06 314.55 0.96 0.48
Hex F0 5 B7 0 62 18 6 13B 60 30
Octal 360 5 267 0 142 30 6 473 140 60
Binary 11110000 101 10110111 0 1100010 11000 110 100111011 1100000 110000

Color Harmonies of #F005B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F005B7

Black with #F005B7

Text Example


Text Example

White with #F005B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F005B7; }

 p { color: rgb(240,5,183); }

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

background-color css

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

 a { background-color: rgb(240,5,183); }

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

border-color css

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

 span { border-color: rgb(240,5,183); }

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