Html Css Color HEX #F325B5 Spicy Pink

📋 copy color: '#F325B5'

red 243 ◦ green 37 ◦ blue 181

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

Shades of Spicy Pink #F325B5

Tints of Spicy Pink #F325B5

RGB

 RED value IS 243 (95.31% from 255) = 52.71%

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 52.71%
G = 8.03%
B = 39.26%

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

#F325B5 (or 0xF325B5) is known color: Spicy Pink. HEX triplet: F3, 25 and B5. RGB value is (243,37,181). Sum of RGB (Red+Green+Blue) = 243+37+181=461 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.71% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 243 - color contains mainly: red. Hex color #F325B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F325B5 is #0CDA4A. Grayscale: #727272. Windows color (decimal): -842315 or 11871731. OLE color: 11871731.

HSL color Cylindrical-coordinate representation of color #F325B5: hue angle of 318.06º degrees, saturation: 0.9, 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 #F325B5 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 37 181 -
CMYK 0 0.85 0.26 0.05
HSL 318.06º 0.9% 0.55% -
HSV(B) 318.06º 0.85% 0.95% -
XYZ 45.96 23.71 45.87 -
YUV 115.01 165.25 219.29 -
System Red Green Blue C M Y K H S L
Decimal 243 37 181 0 0.85 0.26 0.05 318.06 0.9 0.55
Hex F3 25 B5 0 55 1A 5 13E 5A 37
Octal 363 45 265 0 125 32 5 476 132 67
Binary 11110011 100101 10110101 0 1010101 11010 101 100111110 1011010 110111

Color Harmonies of #F325B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F325B5

Black with #F325B5

Text Example


Text Example

White with #F325B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F325B5; }

 p { color: rgb(243,37,181); }

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

background-color css

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

 a { background-color: rgb(243,37,181); }

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

border-color css

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

 span { border-color: rgb(243,37,181); }

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