Html Css Color HEX #FF258B Deep Pink

📋 copy color: '#FF258B'

red 255 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #FF258B

Tints of Deep Pink #FF258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 59.16%
G = 8.58%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF258B (or 0xFF258B) is known color: Deep Pink. HEX triplet: FF, 25 and 8B. RGB value is (255,37,139). Sum of RGB (Red+Green+Blue) = 255+37+139=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF258B is #00DA74. Grayscale: #717171. Windows color (decimal): -55925 or 9119231. OLE color: 9119231.

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

Color convert

RGB 255 37 139 -
CMYK 0 0.85 0.45 0
HSL 331.93º 1% 0.57% -
HSV(B) 331.93º 0.85% 1% -
XYZ 46.56 24.45 26.69 -
YUV 113.81 142.22 228.71 -
System Red Green Blue C M Y K H S L
Decimal 255 37 139 0 0.85 0.45 0 331.93 1 0.57
Hex FF 25 8B 0 55 2D 0 14C 64 39
Octal 377 45 213 0 125 55 0 514 144 71
Binary 11111111 100101 10001011 0 1010101 101101 0 101001100 1100100 111001

Color Harmonies of #FF258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF258B

Black with #FF258B

Text Example


Text Example

White with #FF258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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