Html Css Color HEX #FD398E Wild Strawberry

📋 copy color: '#FD398E'

red 253 ◦ green 57 ◦ blue 142

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

Shades of Wild Strawberry #FD398E

Tints of Wild Strawberry #FD398E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.61%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 55.97%
G = 12.61%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD398E (or 0xFD398E) is known color: Wild Strawberry. HEX triplet: FD, 39 and 8E. RGB value is (253,57,142). Sum of RGB (Red+Green+Blue) = 253+57+142=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD398E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD398E is #02C671. Grayscale: #7D7D7D. Windows color (decimal): -181874 or 9320957. OLE color: 9320957.

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

Color convert

RGB 253 57 142 -
CMYK 0 0.77 0.44 0.01
HSL 333.98º 0.98% 0.61% -
HSV(B) 333.98º 0.77% 0.99% -
XYZ 46.85 25.76 28.09 -
YUV 125.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 253 57 142 0 0.77 0.44 0.01 333.98 0.98 0.61
Hex FD 39 8E 0 4D 2C 1 14E 62 3D
Octal 375 71 216 0 115 54 1 516 142 75
Binary 11111101 111001 10001110 0 1001101 101100 1 101001110 1100010 111101

Color Harmonies of #FD398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD398E

Black with #FD398E

Text Example


Text Example

White with #FD398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD398E; }

 p { color: rgb(253,57,142); }

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

background-color css

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

 a { background-color: rgb(253,57,142); }

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

border-color css

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

 span { border-color: rgb(253,57,142); }

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