Html Css Color HEX #F530B6 Spicy Pink

📋 copy color: '#F530B6'

red 245 ◦ green 48 ◦ blue 182

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

Shades of Spicy Pink #F530B6

Tints of Spicy Pink #F530B6

RGB

 RED value IS 245 (96.09% from 255) = 51.58%

 GREEN value IS 48 (19.14% from 255) = 10.11%

 BLUE value IS 182 (71.48% from 255) = 38.32%

R = 51.58%
G = 10.11%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F530B6 (or 0xF530B6) is known color: Spicy Pink. HEX triplet: F5, 30 and B6. RGB value is (245,48,182). Sum of RGB (Red+Green+Blue) = 245+48+182=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F530B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F530B6 is #0ACF49. Grayscale: #797979. Windows color (decimal): -708426 or 11940085. OLE color: 11940085.

HSL color Cylindrical-coordinate representation of color #F530B6: hue angle of 319.19º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F530B6 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 48 182 -
CMYK 0 0.80 0.26 0.04
HSL 319.19º 0.91% 0.57% -
HSV(B) 319.19º 0.8% 0.96% -
XYZ 47.16 24.9 46.58 -
YUV 122.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 245 48 182 0 0.80 0.26 0.04 319.19 0.91 0.57
Hex F5 30 B6 0 50 1A 4 13F 5B 39
Octal 365 60 266 0 120 32 4 477 133 71
Binary 11110101 110000 10110110 0 1010000 11010 100 100111111 1011011 111001

Color Harmonies of #F530B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F530B6

Black with #F530B6

Text Example


Text Example

White with #F530B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F530B6; }

 p { color: rgb(245,48,182); }

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

background-color css

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

 a { background-color: rgb(245,48,182); }

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

border-color css

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

 span { border-color: rgb(245,48,182); }

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