Html Css Color HEX #FD4096 Wild Strawberry

📋 copy color: '#FD4096'

red 253 ◦ green 64 ◦ blue 150

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

Shades of Wild Strawberry #FD4096

Tints of Wild Strawberry #FD4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 54.18%
G = 13.7%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FD4096 (or 0xFD4096) is known color: Wild Strawberry. HEX triplet: FD, 40 and 96. RGB value is (253,64,150). Sum of RGB (Red+Green+Blue) = 253+64+150=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4096 is #02BF69. Grayscale: #828282. Windows color (decimal): -180074 or 9847037. OLE color: 9847037.

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

Color convert

RGB 253 64 150 -
CMYK 0 0.75 0.41 0.01
HSL 332.7º 0.98% 0.62% -
HSV(B) 332.7º 0.75% 0.99% -
XYZ 47.85 26.75 31.5 -
YUV 130.32 139.12 215.51 -
System Red Green Blue C M Y K H S L
Decimal 253 64 150 0 0.75 0.41 0.01 332.7 0.98 0.62
Hex FD 40 96 0 4B 29 1 14D 62 3E
Octal 375 100 226 0 113 51 1 515 142 76
Binary 11111101 1000000 10010110 0 1001011 101001 1 101001101 1100010 111110

Color Harmonies of #FD4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4096

Black with #FD4096

Text Example


Text Example

White with #FD4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4096; }

 p { color: rgb(253,64,150); }

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

background-color css

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

 a { background-color: rgb(253,64,150); }

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

border-color css

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

 span { border-color: rgb(253,64,150); }

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