Html Css Color HEX #FD258A Deep Pink

📋 copy color: '#FD258A'

red 253 ◦ green 37 ◦ blue 138

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

Shades of Deep Pink #FD258A

Tints of Deep Pink #FD258A

RGB

 RED value IS 253 (99.22% from 255) = 59.11%

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

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

R = 59.11%
G = 8.64%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD258A (or 0xFD258A) is known color: Deep Pink. HEX triplet: FD, 25 and 8A. RGB value is (253,37,138). Sum of RGB (Red+Green+Blue) = 253+37+138=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD258A is #02DA75. Grayscale: #707070. Windows color (decimal): -186998 or 9053693. OLE color: 9053693.

HSL color Cylindrical-coordinate representation of color #FD258A: hue angle of 331.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD258A is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 37 138 -
CMYK 0 0.85 0.45 0.01
HSL 331.94º 0.98% 0.57% -
HSV(B) 331.94º 0.85% 0.99% -
XYZ 45.76 24.04 26.27 -
YUV 113.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 253 37 138 0 0.85 0.45 0.01 331.94 0.98 0.57
Hex FD 25 8A 0 55 2D 1 14C 62 39
Octal 375 45 212 0 125 55 1 514 142 71
Binary 11111101 100101 10001010 0 1010101 101101 1 101001100 1100010 111001

Color Harmonies of #FD258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD258A

Black with #FD258A

Text Example


Text Example

White with #FD258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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