Html Css Color HEX #F914B2 Spicy Pink

📋 copy color: '#F914B2'

red 249 ◦ green 20 ◦ blue 178

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

Shades of Spicy Pink #F914B2

Tints of Spicy Pink #F914B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.47%

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

R = 55.7%
G = 4.47%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F914B2 (or 0xF914B2) is known color: Spicy Pink. HEX triplet: F9, 14 and B2. RGB value is (249,20,178). Sum of RGB (Red+Green+Blue) = 249+20+178=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F914B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914B2 is #06EB4D. Grayscale: #6A6A6A. Windows color (decimal): -453454 or 11670777. OLE color: 11670777.

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

Color convert

RGB 249 20 178 -
CMYK 0 0.92 0.29 0.02
HSL 318.6º 0.95% 0.53% -
HSV(B) 318.6º 0.92% 0.98% -
XYZ 47.35 23.85 44.23 -
YUV 106.48 168.37 229.65 -
System Red Green Blue C M Y K H S L
Decimal 249 20 178 0 0.92 0.29 0.02 318.6 0.95 0.53
Hex F9 14 B2 0 5C 1D 2 13F 5F 35
Octal 371 24 262 0 134 35 2 477 137 65
Binary 11111001 10100 10110010 0 1011100 11101 10 100111111 1011111 110101

Color Harmonies of #F914B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F914B2

Black with #F914B2

Text Example


Text Example

White with #F914B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F914B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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