Html Css Color HEX #FF258A Deep Pink

📋 copy color: '#FF258A'

red 255 ◦ green 37 ◦ blue 138

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

Shades of Deep Pink #FF258A

Tints of Deep Pink #FF258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 59.3%
G = 8.6%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF258A (or 0xFF258A) is known color: Deep Pink. HEX triplet: FF, 25 and 8A. RGB value is (255,37,138). Sum of RGB (Red+Green+Blue) = 255+37+138=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF258A is #00DA75. Grayscale: #717171. Windows color (decimal): -55926 or 9053695. OLE color: 9053695.

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

Color convert

RGB 255 37 138 -
CMYK 0 0.85 0.46 0
HSL 332.2º 1% 0.57% -
HSV(B) 332.2º 0.85% 1% -
XYZ 46.49 24.42 26.31 -
YUV 113.7 141.72 228.79 -
System Red Green Blue C M Y K H S L
Decimal 255 37 138 0 0.85 0.46 0 332.2 1 0.57
Hex FF 25 8A 0 55 2E 0 14C 64 39
Octal 377 45 212 0 125 56 0 514 144 71
Binary 11111111 100101 10001010 0 1010101 101110 0 101001100 1100100 111001

Color Harmonies of #FF258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF258A

Black with #FF258A

Text Example


Text Example

White with #FF258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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