Html Css Color HEX #FF257E Deep Pink

📋 copy color: '#FF257E'

red 255 ◦ green 37 ◦ blue 126

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

Shades of Deep Pink #FF257E

Tints of Deep Pink #FF257E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 61%
G = 8.85%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF257E (or 0xFF257E) is known color: Deep Pink. HEX triplet: FF, 25 and 7E. RGB value is (255,37,126). Sum of RGB (Red+Green+Blue) = 255+37+126=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF257E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF257E is #00DA81. Grayscale: #707070. Windows color (decimal): -55938 or 8267263. OLE color: 8267263.

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

Color convert

RGB 255 37 126 -
CMYK 0 0.85 0.51 0
HSL 335.5º 1% 0.57% -
HSV(B) 335.5º 0.85% 1% -
XYZ 45.67 24.09 21.98 -
YUV 112.33 135.72 229.76 -
System Red Green Blue C M Y K H S L
Decimal 255 37 126 0 0.85 0.51 0 335.5 1 0.57
Hex FF 25 7E 0 55 33 0 150 64 39
Octal 377 45 176 0 125 63 0 520 144 71
Binary 11111111 100101 1111110 0 1010101 110011 0 101010000 1100100 111001

Color Harmonies of #FF257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF257E

Black with #FF257E

Text Example


Text Example

White with #FF257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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