Html Css Color HEX #F825BE Spicy Pink

📋 copy color: '#F825BE'

red 248 ◦ green 37 ◦ blue 190

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

Shades of Spicy Pink #F825BE

Tints of Spicy Pink #F825BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40%

R = 52.21%
G = 7.79%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F825BE (or 0xF825BE) is known color: Spicy Pink. HEX triplet: F8, 25 and BE. RGB value is (248,37,190). Sum of RGB (Red+Green+Blue) = 248+37+190=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F825BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F825BE is #07DA41. Grayscale: #757575. Windows color (decimal): -514626 or 12461560. OLE color: 12461560.

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

Color convert

RGB 248 37 190 -
CMYK 0 0.85 0.23 0.03
HSL 316.49º 0.94% 0.56% -
HSV(B) 316.49º 0.85% 0.97% -
XYZ 48.67 25 50.98 -
YUV 117.53 168.9 221.06 -
System Red Green Blue C M Y K H S L
Decimal 248 37 190 0 0.85 0.23 0.03 316.49 0.94 0.56
Hex F8 25 BE 0 55 17 3 13C 5E 38
Octal 370 45 276 0 125 27 3 474 136 70
Binary 11111000 100101 10111110 0 1010101 10111 11 100111100 1011110 111000

Color Harmonies of #F825BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F825BE

Black with #F825BE

Text Example


Text Example

White with #F825BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F825BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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