Html Css Color HEX #FF25AF Spicy Pink

📋 copy color: '#FF25AF'

red 255 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #FF25AF

Tints of Spicy Pink #FF25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 54.6%
G = 7.92%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF25AF (or 0xFF25AF) is known color: Spicy Pink. HEX triplet: FF, 25 and AF. RGB value is (255,37,175). Sum of RGB (Red+Green+Blue) = 255+37+175=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF25AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF25AF is #00DA50. Grayscale: #757575. Windows color (decimal): -55889 or 11478527. OLE color: 11478527.

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

Color convert

RGB 255 37 175 -
CMYK 0 0.85 0.31 0
HSL 322.02º 1% 0.57% -
HSV(B) 322.02º 0.85% 1% -
XYZ 49.64 25.68 42.9 -
YUV 117.91 160.22 225.78 -
System Red Green Blue C M Y K H S L
Decimal 255 37 175 0 0.85 0.31 0 322.02 1 0.57
Hex FF 25 AF 0 55 1F 0 142 64 39
Octal 377 45 257 0 125 37 0 502 144 71
Binary 11111111 100101 10101111 0 1010101 11111 0 101000010 1100100 111001

Color Harmonies of #FF25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF25AF

Black with #FF25AF

Text Example


Text Example

White with #FF25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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