Html Css Color HEX #F526B3 Spicy Pink

📋 copy color: '#F526B3'

red 245 ◦ green 38 ◦ blue 179

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

Shades of Spicy Pink #F526B3

Tints of Spicy Pink #F526B3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.23%

 BLUE value IS 179 (70.31% from 255) = 38.74%

R = 53.03%
G = 8.23%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F526B3 (or 0xF526B3) is known color: Spicy Pink. HEX triplet: F5, 26 and B3. RGB value is (245,38,179). Sum of RGB (Red+Green+Blue) = 245+38+179=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F526B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F526B3 is #0AD94C. Grayscale: #737373. Windows color (decimal): -710989 or 11740917. OLE color: 11740917.

HSL color Cylindrical-coordinate representation of color #F526B3: hue angle of 319.13º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F526B3 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 179 -
CMYK 0 0.84 0.27 0.04
HSL 319.13º 0.91% 0.55% -
HSV(B) 319.13º 0.84% 0.96% -
XYZ 46.49 24.05 44.84 -
YUV 115.97 163.58 220.04 -
System Red Green Blue C M Y K H S L
Decimal 245 38 179 0 0.84 0.27 0.04 319.13 0.91 0.55
Hex F5 26 B3 0 54 1B 4 13F 5B 37
Octal 365 46 263 0 124 33 4 477 133 67
Binary 11110101 100110 10110011 0 1010100 11011 100 100111111 1011011 110111

Color Harmonies of #F526B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F526B3

Black with #F526B3

Text Example


Text Example

White with #F526B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F526B3; }

 p { color: rgb(245,38,179); }

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

background-color css

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

 a { background-color: rgb(245,38,179); }

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

border-color css

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

 span { border-color: rgb(245,38,179); }

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