Html Css Color HEX #FB07C5 Shocking Pink

📋 copy color: '#FB07C5'

red 251 ◦ green 7 ◦ blue 197

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

Shades of Shocking Pink #FB07C5

Tints of Shocking Pink #FB07C5

RGB

 RED value IS 251 (98.44% from 255) = 55.16%

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

 BLUE value IS 197 (77.34% from 255) = 43.3%

R = 55.16%
G = 1.54%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FB07C5 (or 0xFB07C5) is known color: Shocking Pink. HEX triplet: FB, 07 and C5. RGB value is (251,7,197). Sum of RGB (Red+Green+Blue) = 251+7+197=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 7 (3.12% from 255 or 1.54% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07C5 is #04F83A. Grayscale: #656565. Windows color (decimal): -325691 or 12912635. OLE color: 12912635.

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

Color convert

RGB 251 7 197 -
CMYK 0 0.97 0.22 0.02
HSL 313.28º 0.97% 0.51% -
HSV(B) 313.28º 0.97% 0.98% -
XYZ 49.94 24.69 54.96 -
YUV 101.62 181.84 234.55 -
System Red Green Blue C M Y K H S L
Decimal 251 7 197 0 0.97 0.22 0.02 313.28 0.97 0.51
Hex FB 7 C5 0 61 16 2 139 61 33
Octal 373 7 305 0 141 26 2 471 141 63
Binary 11111011 111 11000101 0 1100001 10110 10 100111001 1100001 110011

Color Harmonies of #FB07C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB07C5

Black with #FB07C5

Text Example


Text Example

White with #FB07C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB07C5; }

 p { color: rgb(251,7,197); }

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

background-color css

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

 a { background-color: rgb(251,7,197); }

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

border-color css

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

 span { border-color: rgb(251,7,197); }

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