Html Css Color HEX #FA0DBB Shocking Pink

📋 copy color: '#FA0DBB'

red 250 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #FA0DBB

Tints of Shocking Pink #FA0DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.89%

 BLUE value IS 187 (73.44% from 255) = 41.56%

R = 55.56%
G = 2.89%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA0DBB (or 0xFA0DBB) is known color: Shocking Pink. HEX triplet: FA, 0D and BB. RGB value is (250,13,187). Sum of RGB (Red+Green+Blue) = 250+13+187=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DBB is #05F244. Grayscale: #676767. Windows color (decimal): -389701 or 12258810. OLE color: 12258810.

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

Color convert

RGB 250 13 187 -
CMYK 0 0.95 0.25 0.02
HSL 315.95º 0.96% 0.52% -
HSV(B) 315.95º 0.95% 0.98% -
XYZ 48.54 24.2 49.13 -
YUV 103.7 175.02 232.35 -
System Red Green Blue C M Y K H S L
Decimal 250 13 187 0 0.95 0.25 0.02 315.95 0.96 0.52
Hex FA D BB 0 5F 19 2 13C 60 34
Octal 372 15 273 0 137 31 2 474 140 64
Binary 11111010 1101 10111011 0 1011111 11001 10 100111100 1100000 110100

Color Harmonies of #FA0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DBB

Black with #FA0DBB

Text Example


Text Example

White with #FA0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DBB; }

 p { color: rgb(250,13,187); }

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

background-color css

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

 a { background-color: rgb(250,13,187); }

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

border-color css

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

 span { border-color: rgb(250,13,187); }

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