Html Css Color HEX #FD267D Deep Pink

📋 copy color: '#FD267D'

red 253 ◦ green 38 ◦ blue 125

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

Shades of Deep Pink #FD267D

Tints of Deep Pink #FD267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.13%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 60.82%
G = 9.13%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD267D (or 0xFD267D) is known color: Deep Pink. HEX triplet: FD, 26 and 7D. RGB value is (253,38,125). Sum of RGB (Red+Green+Blue) = 253+38+125=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD267D is #02D982. Grayscale: #707070. Windows color (decimal): -186755 or 8201981. OLE color: 8201981.

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

Color convert

RGB 253 38 125 -
CMYK 0 0.85 0.51 0.01
HSL 335.72º 0.98% 0.57% -
HSV(B) 335.72º 0.85% 0.99% -
XYZ 44.9 23.75 21.62 -
YUV 112.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 253 38 125 0 0.85 0.51 0.01 335.72 0.98 0.57
Hex FD 26 7D 0 55 33 1 150 62 39
Octal 375 46 175 0 125 63 1 520 142 71
Binary 11111101 100110 1111101 0 1010101 110011 1 101010000 1100010 111001

Color Harmonies of #FD267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD267D

Black with #FD267D

Text Example


Text Example

White with #FD267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD267D; }

 p { color: rgb(253,38,125); }

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

background-color css

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

 a { background-color: rgb(253,38,125); }

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

border-color css

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

 span { border-color: rgb(253,38,125); }

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