Html Css Color HEX #F912B2 Spicy Pink

📋 copy color: '#F912B2'

red 249 ◦ green 18 ◦ blue 178

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

Shades of Spicy Pink #F912B2

Tints of Spicy Pink #F912B2

RGB

 RED value IS 249 (97.66% from 255) = 55.96%

 GREEN value IS 18 (7.42% from 255) = 4.04%

 BLUE value IS 178 (69.92% from 255) = 40%

R = 55.96%
G = 4.04%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F912B2 (or 0xF912B2) is known color: Spicy Pink. HEX triplet: F9, 12 and B2. RGB value is (249,18,178). Sum of RGB (Red+Green+Blue) = 249+18+178=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F912B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F912B2 is #06ED4D. Grayscale: #686868. Windows color (decimal): -453966 or 11670265. OLE color: 11670265.

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

Color convert

RGB 249 18 178 -
CMYK 0 0.93 0.29 0.02
HSL 318.44º 0.95% 0.52% -
HSV(B) 318.44º 0.93% 0.98% -
XYZ 47.32 23.79 44.22 -
YUV 105.31 169.03 230.49 -
System Red Green Blue C M Y K H S L
Decimal 249 18 178 0 0.93 0.29 0.02 318.44 0.95 0.52
Hex F9 12 B2 0 5D 1D 2 13E 5F 34
Octal 371 22 262 0 135 35 2 476 137 64
Binary 11111001 10010 10110010 0 1011101 11101 10 100111110 1011111 110100

Color Harmonies of #F912B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F912B2

Black with #F912B2

Text Example


Text Example

White with #F912B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F912B2; }

 p { color: rgb(249,18,178); }

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

background-color css

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

 a { background-color: rgb(249,18,178); }

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

border-color css

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

 span { border-color: rgb(249,18,178); }

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