Html Css Color HEX #FD389B Wild Strawberry

📋 copy color: '#FD389B'

red 253 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #FD389B

Tints of Wild Strawberry #FD389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 54.53%
G = 12.07%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD389B (or 0xFD389B) is known color: Wild Strawberry. HEX triplet: FD, 38 and 9B. RGB value is (253,56,155). Sum of RGB (Red+Green+Blue) = 253+56+155=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD389B is #02C764. Grayscale: #7D7D7D. Windows color (decimal): -182117 or 10172669. OLE color: 10172669.

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

Color convert

RGB 253 56 155 -
CMYK 0 0.78 0.39 0.01
HSL 329.85º 0.98% 0.61% -
HSV(B) 329.85º 0.78% 0.99% -
XYZ 47.84 26.08 33.52 -
YUV 126.19 144.27 218.45 -
System Red Green Blue C M Y K H S L
Decimal 253 56 155 0 0.78 0.39 0.01 329.85 0.98 0.61
Hex FD 38 9B 0 4E 27 1 14A 62 3D
Octal 375 70 233 0 116 47 1 512 142 75
Binary 11111101 111000 10011011 0 1001110 100111 1 101001010 1100010 111101

Color Harmonies of #FD389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD389B

Black with #FD389B

Text Example


Text Example

White with #FD389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD389B; }

 p { color: rgb(253,56,155); }

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

background-color css

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

 a { background-color: rgb(253,56,155); }

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

border-color css

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

 span { border-color: rgb(253,56,155); }

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