Html Css Color HEX #FF07B5 Shocking Pink

📋 copy color: '#FF07B5'

red 255 ◦ green 7 ◦ blue 181

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

Shades of Shocking Pink #FF07B5

Tints of Shocking Pink #FF07B5

RGB

 RED value IS 255 (100% from 255) = 57.56%

 GREEN value IS 7 (3.13% from 255) = 1.58%

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 57.56%
G = 1.58%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF07B5 (or 0xFF07B5) is known color: Shocking Pink. HEX triplet: FF, 07 and B5. RGB value is (255,7,181). Sum of RGB (Red+Green+Blue) = 255+7+181=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07B5 is #00F84A. Grayscale: #646464. Windows color (decimal): -63563 or 11864063. OLE color: 11864063.

HSL color Cylindrical-coordinate representation of color #FF07B5: hue angle of 317.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07B5 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 7 181 -
CMYK 0 0.97 0.29 0
HSL 317.9º 1% 0.51% -
HSV(B) 317.9º 0.97% 1% -
XYZ 49.66 24.75 45.88 -
YUV 100.99 173.16 237.85 -
System Red Green Blue C M Y K H S L
Decimal 255 7 181 0 0.97 0.29 0 317.9 1 0.51
Hex FF 7 B5 0 61 1D 0 13E 64 33
Octal 377 7 265 0 141 35 0 476 144 63
Binary 11111111 111 10110101 0 1100001 11101 0 100111110 1100100 110011

Color Harmonies of #FF07B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF07B5

Black with #FF07B5

Text Example


Text Example

White with #FF07B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF07B5; }

 p { color: rgb(255,7,181); }

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

background-color css

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

 a { background-color: rgb(255,7,181); }

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

border-color css

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

 span { border-color: rgb(255,7,181); }

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