Html Css Color HEX #FD389A Wild Strawberry

📋 copy color: '#FD389A'

red 253 ◦ green 56 ◦ blue 154

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

Shades of Wild Strawberry #FD389A

Tints of Wild Strawberry #FD389A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 54.64%
G = 12.1%
B = 33.26%

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

#FD389A (or 0xFD389A) is known color: Wild Strawberry. HEX triplet: FD, 38 and 9A. RGB value is (253,56,154). Sum of RGB (Red+Green+Blue) = 253+56+154=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD389A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD389A is #02C765. Grayscale: #7D7D7D. Windows color (decimal): -182118 or 10107133. OLE color: 10107133.

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

Color convert

RGB 253 56 154 -
CMYK 0 0.78 0.39 0.01
HSL 330.15º 0.98% 0.61% -
HSV(B) 330.15º 0.78% 0.99% -
XYZ 47.75 26.04 33.08 -
YUV 126.08 143.77 218.53 -
System Red Green Blue C M Y K H S L
Decimal 253 56 154 0 0.78 0.39 0.01 330.15 0.98 0.61
Hex FD 38 9A 0 4E 27 1 14A 62 3D
Octal 375 70 232 0 116 47 1 512 142 75
Binary 11111101 111000 10011010 0 1001110 100111 1 101001010 1100010 111101

Color Harmonies of #FD389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD389A

Black with #FD389A

Text Example


Text Example

White with #FD389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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