Html Css Color HEX #FA0BC7 Shocking Pink

📋 copy color: '#FA0BC7'

red 250 ◦ green 11 ◦ blue 199

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

Shades of Shocking Pink #FA0BC7

Tints of Shocking Pink #FA0BC7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.39%

 BLUE value IS 199 (78.13% from 255) = 43.26%

R = 54.35%
G = 2.39%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#FA0BC7 (or 0xFA0BC7) is known color: Shocking Pink. HEX triplet: FA, 0B and C7. RGB value is (250,11,199). Sum of RGB (Red+Green+Blue) = 250+11+199=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 11 (4.69% from 255 or 2.39% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BC7 is #05F438. Grayscale: #676767. Windows color (decimal): -390201 or 13044730. OLE color: 13044730.

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

Color convert

RGB 250 11 199 -
CMYK 0 0.96 0.20 0.02
HSL 312.8º 0.96% 0.51% -
HSV(B) 312.8º 0.96% 0.98% -
XYZ 49.85 24.69 56.17 -
YUV 103.89 181.68 232.21 -
System Red Green Blue C M Y K H S L
Decimal 250 11 199 0 0.96 0.20 0.02 312.8 0.96 0.51
Hex FA B C7 0 60 14 2 139 60 33
Octal 372 13 307 0 140 24 2 471 140 63
Binary 11111010 1011 11000111 0 1100000 10100 10 100111001 1100000 110011

Color Harmonies of #FA0BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BC7

Black with #FA0BC7

Text Example


Text Example

White with #FA0BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BC7; }

 p { color: rgb(250,11,199); }

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

background-color css

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

 a { background-color: rgb(250,11,199); }

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

border-color css

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

 span { border-color: rgb(250,11,199); }

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