Html Css Color HEX #FA0BBC Shocking Pink

📋 copy color: '#FA0BBC'

red 250 ◦ green 11 ◦ blue 188

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

Shades of Shocking Pink #FA0BBC

Tints of Shocking Pink #FA0BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 55.68%
G = 2.45%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA0BBC (or 0xFA0BBC) is known color: Shocking Pink. HEX triplet: FA, 0B and BC. RGB value is (250,11,188). Sum of RGB (Red+Green+Blue) = 250+11+188=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0BBC is #05F443. Grayscale: #666666. Windows color (decimal): -390212 or 12323834. OLE color: 12323834.

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

Color convert

RGB 250 11 188 -
CMYK 0 0.96 0.25 0.02
HSL 315.56º 0.96% 0.51% -
HSV(B) 315.56º 0.96% 0.98% -
XYZ 48.62 24.19 49.68 -
YUV 102.64 176.18 233.11 -
System Red Green Blue C M Y K H S L
Decimal 250 11 188 0 0.96 0.25 0.02 315.56 0.96 0.51
Hex FA B BC 0 60 19 2 13C 60 33
Octal 372 13 274 0 140 31 2 474 140 63
Binary 11111010 1011 10111100 0 1100000 11001 10 100111100 1100000 110011

Color Harmonies of #FA0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0BBC

Black with #FA0BBC

Text Example


Text Example

White with #FA0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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