Html Css Color HEX #FD348F Wild Strawberry

📋 copy color: '#FD348F'

red 253 ◦ green 52 ◦ blue 143

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

Shades of Wild Strawberry #FD348F

Tints of Wild Strawberry #FD348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 56.47%
G = 11.61%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD348F (or 0xFD348F) is known color: Wild Strawberry. HEX triplet: FD, 34 and 8F. RGB value is (253,52,143). Sum of RGB (Red+Green+Blue) = 253+52+143=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD348F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD348F is #02CB70. Grayscale: #7A7A7A. Windows color (decimal): -183153 or 9385213. OLE color: 9385213.

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

Color convert

RGB 253 52 143 -
CMYK 0 0.79 0.43 0.01
HSL 332.84º 0.98% 0.6% -
HSV(B) 332.84º 0.79% 0.99% -
XYZ 46.69 25.32 28.41 -
YUV 122.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 253 52 143 0 0.79 0.43 0.01 332.84 0.98 0.6
Hex FD 34 8F 0 4F 2B 1 14D 62 3C
Octal 375 64 217 0 117 53 1 515 142 74
Binary 11111101 110100 10001111 0 1001111 101011 1 101001101 1100010 111100

Color Harmonies of #FD348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD348F

Black with #FD348F

Text Example


Text Example

White with #FD348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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