Html Css Color HEX #F825AC Spicy Pink

📋 copy color: '#F825AC'

red 248 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #F825AC

Tints of Spicy Pink #F825AC

RGB

 RED value IS 248 (97.27% from 255) = 54.27%

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

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 54.27%
G = 8.1%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F825AC (or 0xF825AC) is known color: Spicy Pink. HEX triplet: F8, 25 and AC. RGB value is (248,37,172). Sum of RGB (Red+Green+Blue) = 248+37+172=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F825AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F825AC is #07DA53. Grayscale: #737373. Windows color (decimal): -514644 or 11281912. OLE color: 11281912.

HSL color Cylindrical-coordinate representation of color #F825AC: hue angle of 321.61º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F825AC is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 172 -
CMYK 0 0.85 0.31 0.03
HSL 321.61º 0.94% 0.56% -
HSV(B) 321.61º 0.85% 0.97% -
XYZ 46.82 24.26 41.24 -
YUV 115.48 159.9 222.52 -
System Red Green Blue C M Y K H S L
Decimal 248 37 172 0 0.85 0.31 0.03 321.61 0.94 0.56
Hex F8 25 AC 0 55 1F 3 142 5E 38
Octal 370 45 254 0 125 37 3 502 136 70
Binary 11111000 100101 10101100 0 1010101 11111 11 101000010 1011110 111000

Color Harmonies of #F825AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825AC

Black with #F825AC

Text Example


Text Example

White with #F825AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825AC; }

 p { color: rgb(248,37,172); }

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

background-color css

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

 a { background-color: rgb(248,37,172); }

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

border-color css

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

 span { border-color: rgb(248,37,172); }

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