Html Css Color HEX #F625BE Spicy Pink

📋 copy color: '#F625BE'

red 246 ◦ green 37 ◦ blue 190

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

Shades of Spicy Pink #F625BE

Tints of Spicy Pink #F625BE

RGB

 RED value IS 246 (96.48% from 255) = 52.01%

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

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

R = 52.01%
G = 7.82%
B = 40.17%

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

#F625BE (or 0xF625BE) is known color: Spicy Pink. HEX triplet: F6, 25 and BE. RGB value is (246,37,190). Sum of RGB (Red+Green+Blue) = 246+37+190=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F625BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625BE is #09DA41. Grayscale: #747474. Windows color (decimal): -645698 or 12461558. OLE color: 12461558.

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

Color convert

RGB 246 37 190 -
CMYK 0 0.85 0.23 0.04
HSL 316.08º 0.92% 0.55% -
HSV(B) 316.08º 0.85% 0.96% -
XYZ 47.96 24.63 50.94 -
YUV 116.93 169.24 220.06 -
System Red Green Blue C M Y K H S L
Decimal 246 37 190 0 0.85 0.23 0.04 316.08 0.92 0.55
Hex F6 25 BE 0 55 17 4 13C 5C 37
Octal 366 45 276 0 125 27 4 474 134 67
Binary 11110110 100101 10111110 0 1010101 10111 100 100111100 1011100 110111

Color Harmonies of #F625BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F625BE

Black with #F625BE

Text Example


Text Example

White with #F625BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F625BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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