Html Css Color HEX #F525BC Spicy Pink

📋 copy color: '#F525BC'

red 245 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #F525BC

Tints of Spicy Pink #F525BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40%

R = 52.13%
G = 7.87%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F525BC (or 0xF525BC) is known color: Spicy Pink. HEX triplet: F5, 25 and BC. RGB value is (245,37,188). Sum of RGB (Red+Green+Blue) = 245+37+188=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F525BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F525BC is #0ADA43. Grayscale: #747474. Windows color (decimal): -711236 or 12330485. OLE color: 12330485.

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

Color convert

RGB 245 37 188 -
CMYK 0 0.85 0.23 0.04
HSL 316.44º 0.91% 0.55% -
HSV(B) 316.44º 0.85% 0.96% -
XYZ 47.39 24.37 49.78 -
YUV 116.41 168.41 219.72 -
System Red Green Blue C M Y K H S L
Decimal 245 37 188 0 0.85 0.23 0.04 316.44 0.91 0.55
Hex F5 25 BC 0 55 17 4 13C 5B 37
Octal 365 45 274 0 125 27 4 474 133 67
Binary 11110101 100101 10111100 0 1010101 10111 100 100111100 1011011 110111

Color Harmonies of #F525BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F525BC

Black with #F525BC

Text Example


Text Example

White with #F525BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F525BC; }

 p { color: rgb(245,37,188); }

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

background-color css

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

 a { background-color: rgb(245,37,188); }

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

border-color css

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

 span { border-color: rgb(245,37,188); }

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