Html Css Color HEX #FD3085 Wild Strawberry

📋 copy color: '#FD3085'

red 253 ◦ green 48 ◦ blue 133

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

Shades of Wild Strawberry #FD3085

Tints of Wild Strawberry #FD3085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

 BLUE value IS 133 (52.34% from 255) = 30.65%

R = 58.29%
G = 11.06%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FD3085 (or 0xFD3085) is known color: Wild Strawberry. HEX triplet: FD, 30 and 85. RGB value is (253,48,133). Sum of RGB (Red+Green+Blue) = 253+48+133=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3085 is #02CF7A. Grayscale: #767676. Windows color (decimal): -184187 or 8728829. OLE color: 8728829.

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

Color convert

RGB 253 48 133 -
CMYK 0 0.81 0.47 0.01
HSL 335.12º 0.98% 0.59% -
HSV(B) 335.12º 0.81% 0.99% -
XYZ 45.8 24.69 24.54 -
YUV 118.99 135.92 223.59 -
System Red Green Blue C M Y K H S L
Decimal 253 48 133 0 0.81 0.47 0.01 335.12 0.98 0.59
Hex FD 30 85 0 51 2F 1 14F 62 3B
Octal 375 60 205 0 121 57 1 517 142 73
Binary 11111101 110000 10000101 0 1010001 101111 1 101001111 1100010 111011

Color Harmonies of #FD3085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3085

Black with #FD3085

Text Example


Text Example

White with #FD3085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3085; }

 p { color: rgb(253,48,133); }

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

background-color css

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

 a { background-color: rgb(253,48,133); }

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

border-color css

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

 span { border-color: rgb(253,48,133); }

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