Html Css Color HEX #F319B5 Spicy Pink

📋 copy color: '#F319B5'

red 243 ◦ green 25 ◦ blue 181

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

Shades of Spicy Pink #F319B5

Tints of Spicy Pink #F319B5

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.57%

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

R = 54.12%
G = 5.57%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F319B5 (or 0xF319B5) is known color: Spicy Pink. HEX triplet: F3, 19 and B5. RGB value is (243,25,181). Sum of RGB (Red+Green+Blue) = 243+25+181=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F319B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319B5 is #0CE64A. Grayscale: #6B6B6B. Windows color (decimal): -845387 or 11868659. OLE color: 11868659.

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

Color convert

RGB 243 25 181 -
CMYK 0 0.90 0.26 0.05
HSL 317.06º 0.9% 0.53% -
HSV(B) 317.06º 0.9% 0.95% -
XYZ 45.65 23.09 45.77 -
YUV 107.97 169.22 224.32 -
System Red Green Blue C M Y K H S L
Decimal 243 25 181 0 0.90 0.26 0.05 317.06 0.9 0.53
Hex F3 19 B5 0 5A 1A 5 13D 5A 35
Octal 363 31 265 0 132 32 5 475 132 65
Binary 11110011 11001 10110101 0 1011010 11010 101 100111101 1011010 110101

Color Harmonies of #F319B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F319B5

Black with #F319B5

Text Example


Text Example

White with #F319B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F319B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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