Html Css Color HEX #FD358B Wild Strawberry

📋 copy color: '#FD358B'

red 253 ◦ green 53 ◦ blue 139

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

Shades of Wild Strawberry #FD358B

Tints of Wild Strawberry #FD358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 56.85%
G = 11.91%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD358B (or 0xFD358B) is known color: Wild Strawberry. HEX triplet: FD, 35 and 8B. RGB value is (253,53,139). Sum of RGB (Red+Green+Blue) = 253+53+139=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD358B is #02CA74. Grayscale: #7A7A7A. Windows color (decimal): -182901 or 9123325. OLE color: 9123325.

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

Color convert

RGB 253 53 139 -
CMYK 0 0.79 0.45 0.01
HSL 334.2º 0.98% 0.6% -
HSV(B) 334.2º 0.79% 0.99% -
XYZ 46.44 25.29 26.86 -
YUV 122.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 253 53 139 0 0.79 0.45 0.01 334.2 0.98 0.6
Hex FD 35 8B 0 4F 2D 1 14E 62 3C
Octal 375 65 213 0 117 55 1 516 142 74
Binary 11111101 110101 10001011 0 1001111 101101 1 101001110 1100010 111100

Color Harmonies of #FD358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD358B

Black with #FD358B

Text Example


Text Example

White with #FD358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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