Html Css Color HEX #F125B2 Spicy Pink

📋 copy color: '#F125B2'

red 241 ◦ green 37 ◦ blue 178

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

Shades of Spicy Pink #F125B2

Tints of Spicy Pink #F125B2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.11%

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

R = 52.85%
G = 8.11%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F125B2 (or 0xF125B2) is known color: Spicy Pink. HEX triplet: F1, 25 and B2. RGB value is (241,37,178). Sum of RGB (Red+Green+Blue) = 241+37+178=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F125B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F125B2 is #0EDA4D. Grayscale: #717171. Windows color (decimal): -973390 or 11675121. OLE color: 11675121.

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

Color convert

RGB 241 37 178 -
CMYK 0 0.85 0.26 0.05
HSL 318.53º 0.88% 0.55% -
HSV(B) 318.53º 0.85% 0.95% -
XYZ 44.97 23.24 44.23 -
YUV 114.07 164.09 218.54 -
System Red Green Blue C M Y K H S L
Decimal 241 37 178 0 0.85 0.26 0.05 318.53 0.88 0.55
Hex F1 25 B2 0 55 1A 5 13F 58 37
Octal 361 45 262 0 125 32 5 477 130 67
Binary 11110001 100101 10110010 0 1010101 11010 101 100111111 1011000 110111

Color Harmonies of #F125B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F125B2

Black with #F125B2

Text Example


Text Example

White with #F125B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F125B2; }

 p { color: rgb(241,37,178); }

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

background-color css

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

 a { background-color: rgb(241,37,178); }

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

border-color css

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

 span { border-color: rgb(241,37,178); }

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