Html Css Color HEX #FF257C Deep Pink

📋 copy color: '#FF257C'

red 255 ◦ green 37 ◦ blue 124

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

Shades of Deep Pink #FF257C

Tints of Deep Pink #FF257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 61.3%
G = 8.89%
B = 29.81%

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

#FF257C (or 0xFF257C) is known color: Deep Pink. HEX triplet: FF, 25 and 7C. RGB value is (255,37,124). Sum of RGB (Red+Green+Blue) = 255+37+124=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF257C is #00DA83. Grayscale: #6F6F6F. Windows color (decimal): -55940 or 8136191. OLE color: 8136191.

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

Color convert

RGB 255 37 124 -
CMYK 0 0.85 0.51 0
HSL 336.06º 1% 0.57% -
HSV(B) 336.06º 0.85% 1% -
XYZ 45.54 24.04 21.31 -
YUV 112.1 134.72 229.93 -
System Red Green Blue C M Y K H S L
Decimal 255 37 124 0 0.85 0.51 0 336.06 1 0.57
Hex FF 25 7C 0 55 33 0 150 64 39
Octal 377 45 174 0 125 63 0 520 144 71
Binary 11111111 100101 1111100 0 1010101 110011 0 101010000 1100100 111001

Color Harmonies of #FF257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF257C

Black with #FF257C

Text Example


Text Example

White with #FF257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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