Html Css Color HEX #F825B8 Spicy Pink

📋 copy color: '#F825B8'

red 248 ◦ green 37 ◦ blue 184

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

Shades of Spicy Pink #F825B8

Tints of Spicy Pink #F825B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.23%

R = 52.88%
G = 7.89%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F825B8 (or 0xF825B8) is known color: Spicy Pink. HEX triplet: F8, 25 and B8. RGB value is (248,37,184). Sum of RGB (Red+Green+Blue) = 248+37+184=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 37 (14.84% from 255 or 7.89% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F825B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825B8 is #07DA47. Grayscale: #747474. Windows color (decimal): -514632 or 12068344. OLE color: 12068344.

HSL color Cylindrical-coordinate representation of color #F825B8: hue angle of 318.2º 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 #F825B8 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 37 184 -
CMYK 0 0.85 0.26 0.03
HSL 318.2º 0.94% 0.56% -
HSV(B) 318.2º 0.85% 0.97% -
XYZ 48.02 24.74 47.59 -
YUV 116.85 165.9 221.55 -
System Red Green Blue C M Y K H S L
Decimal 248 37 184 0 0.85 0.26 0.03 318.2 0.94 0.56
Hex F8 25 B8 0 55 1A 3 13E 5E 38
Octal 370 45 270 0 125 32 3 476 136 70
Binary 11111000 100101 10111000 0 1010101 11010 11 100111110 1011110 111000

Color Harmonies of #F825B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825B8

Black with #F825B8

Text Example


Text Example

White with #F825B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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