Html Css Color HEX #FD4398 Wild Strawberry

📋 copy color: '#FD4398'

red 253 ◦ green 67 ◦ blue 152

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

Shades of Wild Strawberry #FD4398

Tints of Wild Strawberry #FD4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.19%

 BLUE value IS 152 (59.77% from 255) = 32.2%

R = 53.6%
G = 14.19%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD4398 (or 0xFD4398) is known color: Wild Strawberry. HEX triplet: FD, 43 and 98. RGB value is (253,67,152). Sum of RGB (Red+Green+Blue) = 253+67+152=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4398 is #02BC67. Grayscale: #848484. Windows color (decimal): -179304 or 9978877. OLE color: 9978877.

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

Color convert

RGB 253 67 152 -
CMYK 0 0.74 0.40 0.01
HSL 332.58º 0.98% 0.63% -
HSV(B) 332.58º 0.74% 0.99% -
XYZ 48.18 27.16 32.41 -
YUV 132.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 253 67 152 0 0.74 0.40 0.01 332.58 0.98 0.63
Hex FD 43 98 0 4A 28 1 14D 62 3F
Octal 375 103 230 0 112 50 1 515 142 77
Binary 11111101 1000011 10011000 0 1001010 101000 1 101001101 1100010 111111

Color Harmonies of #FD4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4398

Black with #FD4398

Text Example


Text Example

White with #FD4398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4398; }

 p { color: rgb(253,67,152); }

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

background-color css

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

 a { background-color: rgb(253,67,152); }

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

border-color css

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

 span { border-color: rgb(253,67,152); }

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