Html Css Color HEX #FD267C Deep Pink

📋 copy color: '#FD267C'

red 253 ◦ green 38 ◦ blue 124

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

Shades of Deep Pink #FD267C

Tints of Deep Pink #FD267C

RGB

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

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

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

R = 60.96%
G = 9.16%
B = 29.88%

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

#FD267C (or 0xFD267C) is known color: Deep Pink. HEX triplet: FD, 26 and 7C. RGB value is (253,38,124). Sum of RGB (Red+Green+Blue) = 253+38+124=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD267C is #02D983. Grayscale: #6F6F6F. Windows color (decimal): -186756 or 8136445. OLE color: 8136445.

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

Color convert

RGB 253 38 124 -
CMYK 0 0.85 0.51 0.01
HSL 336º 0.98% 0.57% -
HSV(B) 336º 0.85% 0.99% -
XYZ 44.84 23.72 21.28 -
YUV 112.09 134.73 228.51 -
System Red Green Blue C M Y K H S L
Decimal 253 38 124 0 0.85 0.51 0.01 336 0.98 0.57
Hex FD 26 7C 0 55 33 1 150 62 39
Octal 375 46 174 0 125 63 1 520 142 71
Binary 11111101 100110 1111100 0 1010101 110011 1 101010000 1100010 111001

Color Harmonies of #FD267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD267C

Black with #FD267C

Text Example


Text Example

White with #FD267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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