Html Css Color HEX #F128B7 Spicy Pink

📋 copy color: '#F128B7'

red 241 ◦ green 40 ◦ blue 183

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

Shades of Spicy Pink #F128B7

Tints of Spicy Pink #F128B7

RGB

 RED value IS 241 (94.53% from 255) = 51.94%

 GREEN value IS 40 (16.02% from 255) = 8.62%

 BLUE value IS 183 (71.88% from 255) = 39.44%

R = 51.94%
G = 8.62%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F128B7 (or 0xF128B7) is known color: Spicy Pink. HEX triplet: F1, 28 and B7. RGB value is (241,40,183). Sum of RGB (Red+Green+Blue) = 241+40+183=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 40 (16.02% from 255 or 8.62% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F128B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128B7 is #0ED748. Grayscale: #747474. Windows color (decimal): -972617 or 12003569. OLE color: 12003569.

HSL color Cylindrical-coordinate representation of color #F128B7: hue angle of 317.31º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128B7 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 183 -
CMYK 0 0.83 0.24 0.05
HSL 317.31º 0.88% 0.55% -
HSV(B) 317.31º 0.83% 0.95% -
XYZ 45.58 23.64 46.96 -
YUV 116.4 165.59 216.87 -
System Red Green Blue C M Y K H S L
Decimal 241 40 183 0 0.83 0.24 0.05 317.31 0.88 0.55
Hex F1 28 B7 0 53 18 5 13D 58 37
Octal 361 50 267 0 123 30 5 475 130 67
Binary 11110001 101000 10110111 0 1010011 11000 101 100111101 1011000 110111

Color Harmonies of #F128B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128B7

Black with #F128B7

Text Example


Text Example

White with #F128B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128B7; }

 p { color: rgb(241,40,183); }

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

background-color css

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

 a { background-color: rgb(241,40,183); }

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

border-color css

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

 span { border-color: rgb(241,40,183); }

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