Html Css Color HEX #FD3798 Wild Strawberry

📋 copy color: '#FD3798'

red 253 ◦ green 55 ◦ blue 152

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

Shades of Wild Strawberry #FD3798

Tints of Wild Strawberry #FD3798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.96%

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

R = 55%
G = 11.96%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FD3798 (or 0xFD3798) is known color: Wild Strawberry. HEX triplet: FD, 37 and 98. RGB value is (253,55,152). Sum of RGB (Red+Green+Blue) = 253+55+152=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3798 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3798 is #02C867. Grayscale: #7D7D7D. Windows color (decimal): -182376 or 9975805. OLE color: 9975805.

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

Color convert

RGB 253 55 152 -
CMYK 0 0.78 0.40 0.01
HSL 330.61º 0.98% 0.6% -
HSV(B) 330.61º 0.78% 0.99% -
XYZ 47.54 25.88 32.2 -
YUV 125.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 253 55 152 0 0.78 0.40 0.01 330.61 0.98 0.6
Hex FD 37 98 0 4E 28 1 14B 62 3C
Octal 375 67 230 0 116 50 1 513 142 74
Binary 11111101 110111 10011000 0 1001110 101000 1 101001011 1100010 111100

Color Harmonies of #FD3798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3798

Black with #FD3798

Text Example


Text Example

White with #FD3798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3798; }

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

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

background-color css

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

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

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

border-color css

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

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

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