Html Css Color HEX #FD267E Deep Pink

📋 copy color: '#FD267E'

red 253 ◦ green 38 ◦ blue 126

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

Shades of Deep Pink #FD267E

Tints of Deep Pink #FD267E

RGB

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

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

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

R = 60.67%
G = 9.11%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD267E (or 0xFD267E) is known color: Deep Pink. HEX triplet: FD, 26 and 7E. RGB value is (253,38,126). Sum of RGB (Red+Green+Blue) = 253+38+126=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD267E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD267E is #02D981. Grayscale: #707070. Windows color (decimal): -186754 or 8267517. OLE color: 8267517.

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

Color convert

RGB 253 38 126 -
CMYK 0 0.85 0.50 0.01
HSL 335.44º 0.98% 0.57% -
HSV(B) 335.44º 0.85% 0.99% -
XYZ 44.97 23.78 21.96 -
YUV 112.32 135.73 228.34 -
System Red Green Blue C M Y K H S L
Decimal 253 38 126 0 0.85 0.50 0.01 335.44 0.98 0.57
Hex FD 26 7E 0 55 32 1 14F 62 39
Octal 375 46 176 0 125 62 1 517 142 71
Binary 11111101 100110 1111110 0 1010101 110010 1 101001111 1100010 111001

Color Harmonies of #FD267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD267E

Black with #FD267E

Text Example


Text Example

White with #FD267E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD267E; }

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

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

background-color css

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

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

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

border-color css

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

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

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