Html Css Color HEX #FD358F Wild Strawberry

📋 copy color: '#FD358F'

red 253 ◦ green 53 ◦ blue 143

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

Shades of Wild Strawberry #FD358F

Tints of Wild Strawberry #FD358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 56.35%
G = 11.8%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD358F (or 0xFD358F) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8F. RGB value is (253,53,143). Sum of RGB (Red+Green+Blue) = 253+53+143=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358F is #02CA70. Grayscale: #7A7A7A. Windows color (decimal): -182897 or 9385469. OLE color: 9385469.

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

Color convert

RGB 253 53 143 -
CMYK 0 0.79 0.43 0.01
HSL 333º 0.98% 0.6% -
HSV(B) 333º 0.79% 0.99% -
XYZ 46.74 25.41 28.43 -
YUV 123.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 253 53 143 0 0.79 0.43 0.01 333 0.98 0.6
Hex FD 35 8F 0 4F 2B 1 14D 62 3C
Octal 375 65 217 0 117 53 1 515 142 74
Binary 11111101 110101 10001111 0 1001111 101011 1 101001101 1100010 111100

Color Harmonies of #FD358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD358F

Black with #FD358F

Text Example


Text Example

White with #FD358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD358F; }

 p { color: rgb(253,53,143); }

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

background-color css

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

 a { background-color: rgb(253,53,143); }

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

border-color css

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

 span { border-color: rgb(253,53,143); }

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