Html Css Color HEX #F529B4 Spicy Pink

📋 copy color: '#F529B4'

red 245 ◦ green 41 ◦ blue 180

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

Shades of Spicy Pink #F529B4

Tints of Spicy Pink #F529B4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.8%

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 52.58%
G = 8.8%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F529B4 (or 0xF529B4) is known color: Spicy Pink. HEX triplet: F5, 29 and B4. RGB value is (245,41,180). Sum of RGB (Red+Green+Blue) = 245+41+180=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F529B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F529B4 is #0AD64B. Grayscale: #757575. Windows color (decimal): -710220 or 11807221. OLE color: 11807221.

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

Color convert

RGB 245 41 180 -
CMYK 0 0.83 0.27 0.04
HSL 319.12º 0.91% 0.56% -
HSV(B) 319.12º 0.83% 0.96% -
XYZ 46.69 24.29 45.41 -
YUV 117.84 163.09 218.7 -
System Red Green Blue C M Y K H S L
Decimal 245 41 180 0 0.83 0.27 0.04 319.12 0.91 0.56
Hex F5 29 B4 0 53 1B 4 13F 5B 38
Octal 365 51 264 0 123 33 4 477 133 70
Binary 11110101 101001 10110100 0 1010011 11011 100 100111111 1011011 111000

Color Harmonies of #F529B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F529B4

Black with #F529B4

Text Example


Text Example

White with #F529B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F529B4; }

 p { color: rgb(245,41,180); }

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

background-color css

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

 a { background-color: rgb(245,41,180); }

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

border-color css

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

 span { border-color: rgb(245,41,180); }

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