Html Css Color HEX #FD348C Wild Strawberry

📋 copy color: '#FD348C'

red 253 ◦ green 52 ◦ blue 140

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

Shades of Wild Strawberry #FD348C

Tints of Wild Strawberry #FD348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 56.85%
G = 11.69%
B = 31.46%

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

#FD348C (or 0xFD348C) is known color: Wild Strawberry. HEX triplet: FD, 34 and 8C. RGB value is (253,52,140). Sum of RGB (Red+Green+Blue) = 253+52+140=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD348C is #02CB73. Grayscale: #797979. Windows color (decimal): -183156 or 9188605. OLE color: 9188605.

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

Color convert

RGB 253 52 140 -
CMYK 0 0.79 0.45 0.01
HSL 333.73º 0.98% 0.6% -
HSV(B) 333.73º 0.79% 0.99% -
XYZ 46.47 25.23 27.23 -
YUV 122.13 138.09 221.34 -
System Red Green Blue C M Y K H S L
Decimal 253 52 140 0 0.79 0.45 0.01 333.73 0.98 0.6
Hex FD 34 8C 0 4F 2D 1 14E 62 3C
Octal 375 64 214 0 117 55 1 516 142 74
Binary 11111101 110100 10001100 0 1001111 101101 1 101001110 1100010 111100

Color Harmonies of #FD348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD348C

Black with #FD348C

Text Example


Text Example

White with #FD348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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