Html Css Color HEX #FD267F Deep Pink

📋 copy color: '#FD267F'

red 253 ◦ green 38 ◦ blue 127

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

Shades of Deep Pink #FD267F

Tints of Deep Pink #FD267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 60.53%
G = 9.09%
B = 30.38%

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

#FD267F (or 0xFD267F) is known color: Deep Pink. HEX triplet: FD, 26 and 7F. RGB value is (253,38,127). Sum of RGB (Red+Green+Blue) = 253+38+127=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD267F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD267F is #02D980. Grayscale: #707070. Windows color (decimal): -186753 or 8333053. OLE color: 8333053.

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

Color convert

RGB 253 38 127 -
CMYK 0 0.85 0.50 0.01
HSL 335.16º 0.98% 0.57% -
HSV(B) 335.16º 0.85% 0.99% -
XYZ 45.03 23.8 22.3 -
YUV 112.43 136.23 228.26 -
System Red Green Blue C M Y K H S L
Decimal 253 38 127 0 0.85 0.50 0.01 335.16 0.98 0.57
Hex FD 26 7F 0 55 32 1 14F 62 39
Octal 375 46 177 0 125 62 1 517 142 71
Binary 11111101 100110 1111111 0 1010101 110010 1 101001111 1100010 111001

Color Harmonies of #FD267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD267F

Black with #FD267F

Text Example


Text Example

White with #FD267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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