Html Css Color HEX #FF25BE Spicy Pink

📋 copy color: '#FF25BE'

red 255 ◦ green 37 ◦ blue 190

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

Shades of Spicy Pink #FF25BE

Tints of Spicy Pink #FF25BE

RGB

 RED value IS 255 (100% from 255) = 52.9%

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

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

R = 52.9%
G = 7.68%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF25BE (or 0xFF25BE) is known color: Spicy Pink. HEX triplet: FF, 25 and BE. RGB value is (255,37,190). Sum of RGB (Red+Green+Blue) = 255+37+190=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF25BE is #00DA41. Grayscale: #777777. Windows color (decimal): -55874 or 12461567. OLE color: 12461567.

HSL color Cylindrical-coordinate representation of color #FF25BE: hue angle of 317.89º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF25BE is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 37 190 -
CMYK 0 0.85 0.25 0
HSL 317.89º 1% 0.57% -
HSV(B) 317.89º 0.85% 1% -
XYZ 51.2 26.3 51.09 -
YUV 119.62 167.72 224.56 -
System Red Green Blue C M Y K H S L
Decimal 255 37 190 0 0.85 0.25 0 317.89 1 0.57
Hex FF 25 BE 0 55 19 0 13E 64 39
Octal 377 45 276 0 125 31 0 476 144 71
Binary 11111111 100101 10111110 0 1010101 11001 0 100111110 1100100 111001

Color Harmonies of #FF25BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25BE

Black with #FF25BE

Text Example


Text Example

White with #FF25BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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