Html Css Color HEX #FA0FBB Shocking Pink

📋 copy color: '#FA0FBB'

red 250 ◦ green 15 ◦ blue 187

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

Shades of Shocking Pink #FA0FBB

Tints of Shocking Pink #FA0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.32%

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

R = 55.31%
G = 3.32%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA0FBB (or 0xFA0FBB) is known color: Shocking Pink. HEX triplet: FA, 0F and BB. RGB value is (250,15,187). Sum of RGB (Red+Green+Blue) = 250+15+187=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FBB is #05F044. Grayscale: #686868. Windows color (decimal): -389189 or 12259322. OLE color: 12259322.

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

Color convert

RGB 250 15 187 -
CMYK 0 0.94 0.25 0.02
HSL 316.09º 0.96% 0.52% -
HSV(B) 316.09º 0.94% 0.98% -
XYZ 48.56 24.25 49.14 -
YUV 104.87 174.36 231.51 -
System Red Green Blue C M Y K H S L
Decimal 250 15 187 0 0.94 0.25 0.02 316.09 0.96 0.52
Hex FA F BB 0 5E 19 2 13C 60 34
Octal 372 17 273 0 136 31 2 474 140 64
Binary 11111010 1111 10111011 0 1011110 11001 10 100111100 1100000 110100

Color Harmonies of #FA0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FBB

Black with #FA0FBB

Text Example


Text Example

White with #FA0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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