Html Css Color HEX #FA07B2 Shocking Pink

📋 copy color: '#FA07B2'

red 250 ◦ green 7 ◦ blue 178

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

Shades of Shocking Pink #FA07B2

Tints of Shocking Pink #FA07B2

RGB

 RED value IS 250 (98.05% from 255) = 57.47%

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 57.47%
G = 1.61%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA07B2 (or 0xFA07B2) is known color: Shocking Pink. HEX triplet: FA, 07 and B2. RGB value is (250,7,178). Sum of RGB (Red+Green+Blue) = 250+7+178=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA07B2 is #05F84D. Grayscale: #626262. Windows color (decimal): -391246 or 11667450. OLE color: 11667450.

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

Color convert

RGB 250 7 178 -
CMYK 0 0.97 0.29 0.02
HSL 317.78º 0.96% 0.5% -
HSV(B) 317.78º 0.97% 0.98% -
XYZ 47.54 23.69 44.19 -
YUV 99.15 172.51 235.6 -
System Red Green Blue C M Y K H S L
Decimal 250 7 178 0 0.97 0.29 0.02 317.78 0.96 0.5
Hex FA 7 B2 0 61 1D 2 13E 60 32
Octal 372 7 262 0 141 35 2 476 140 62
Binary 11111010 111 10110010 0 1100001 11101 10 100111110 1100000 110010

Color Harmonies of #FA07B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07B2

Black with #FA07B2

Text Example


Text Example

White with #FA07B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07B2; }

 p { color: rgb(250,7,178); }

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

background-color css

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

 a { background-color: rgb(250,7,178); }

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

border-color css

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

 span { border-color: rgb(250,7,178); }

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