Html Css Color HEX #FD3A9C Wild Strawberry

📋 copy color: '#FD3A9C'

red 253 ◦ green 58 ◦ blue 156

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

Shades of Wild Strawberry #FD3A9C

Tints of Wild Strawberry #FD3A9C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.42%

 BLUE value IS 156 (61.33% from 255) = 33.4%

R = 54.18%
G = 12.42%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD3A9C (or 0xFD3A9C) is known color: Wild Strawberry. HEX triplet: FD, 3A and 9C. RGB value is (253,58,156). Sum of RGB (Red+Green+Blue) = 253+58+156=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3A9C is #02C563. Grayscale: #7F7F7F. Windows color (decimal): -181604 or 10238717. OLE color: 10238717.

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

Color convert

RGB 253 58 156 -
CMYK 0 0.77 0.38 0.01
HSL 329.85º 0.98% 0.61% -
HSV(B) 329.85º 0.77% 0.99% -
XYZ 48.02 26.31 34 -
YUV 127.48 144.1 217.53 -
System Red Green Blue C M Y K H S L
Decimal 253 58 156 0 0.77 0.38 0.01 329.85 0.98 0.61
Hex FD 3A 9C 0 4D 26 1 14A 62 3D
Octal 375 72 234 0 115 46 1 512 142 75
Binary 11111101 111010 10011100 0 1001101 100110 1 101001010 1100010 111101

Color Harmonies of #FD3A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3A9C

Black with #FD3A9C

Text Example


Text Example

White with #FD3A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3A9C; }

 p { color: rgb(253,58,156); }

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

background-color css

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

 a { background-color: rgb(253,58,156); }

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

border-color css

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

 span { border-color: rgb(253,58,156); }

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