Html Css Color HEX #FD348A Wild Strawberry

📋 copy color: '#FD348A'

red 253 ◦ green 52 ◦ blue 138

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

Shades of Wild Strawberry #FD348A

Tints of Wild Strawberry #FD348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.74%

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 57.11%
G = 11.74%
B = 31.15%

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

#FD348A (or 0xFD348A) is known color: Wild Strawberry. HEX triplet: FD, 34 and 8A. RGB value is (253,52,138). Sum of RGB (Red+Green+Blue) = 253+52+138=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 52 (20.70% from 255 or 11.74% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD348A is #02CB75. Grayscale: #797979. Windows color (decimal): -183158 or 9057533. OLE color: 9057533.

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

Color convert

RGB 253 52 138 -
CMYK 0 0.79 0.45 0.01
HSL 334.33º 0.98% 0.6% -
HSV(B) 334.33º 0.79% 0.99% -
XYZ 46.32 25.17 26.46 -
YUV 121.9 137.09 221.51 -
System Red Green Blue C M Y K H S L
Decimal 253 52 138 0 0.79 0.45 0.01 334.33 0.98 0.6
Hex FD 34 8A 0 4F 2D 1 14E 62 3C
Octal 375 64 212 0 117 55 1 516 142 74
Binary 11111101 110100 10001010 0 1001111 101101 1 101001110 1100010 111100

Color Harmonies of #FD348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD348A

Black with #FD348A

Text Example


Text Example

White with #FD348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD348A; }

 p { color: rgb(253,52,138); }

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

background-color css

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

 a { background-color: rgb(253,52,138); }

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

border-color css

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

 span { border-color: rgb(253,52,138); }

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