Html Css Color HEX #FA0BC9 Shocking Pink

📋 copy color: '#FA0BC9'

red 250 ◦ green 11 ◦ blue 201

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

Shades of Shocking Pink #FA0BC9

Tints of Shocking Pink #FA0BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.51%

R = 54.11%
G = 2.38%
B = 43.51%

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

#FA0BC9 (or 0xFA0BC9) is known color: Shocking Pink. HEX triplet: FA, 0B and C9. RGB value is (250,11,201). Sum of RGB (Red+Green+Blue) = 250+11+201=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BC9 is #05F436. Grayscale: #676767. Windows color (decimal): -390199 or 13175802. OLE color: 13175802.

HSL color Cylindrical-coordinate representation of color #FA0BC9: hue angle of 312.3º 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 #FA0BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 11 201 -
CMYK 0 0.96 0.20 0.02
HSL 312.3º 0.96% 0.51% -
HSV(B) 312.3º 0.96% 0.98% -
XYZ 50.09 24.78 57.4 -
YUV 104.12 182.68 232.05 -
System Red Green Blue C M Y K H S L
Decimal 250 11 201 0 0.96 0.20 0.02 312.3 0.96 0.51
Hex FA B C9 0 60 14 2 138 60 33
Octal 372 13 311 0 140 24 2 470 140 63
Binary 11111010 1011 11001001 0 1100000 10100 10 100111000 1100000 110011

Color Harmonies of #FA0BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BC9

Black with #FA0BC9

Text Example


Text Example

White with #FA0BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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