Html Css Color HEX #FD34A3 Wild Strawberry

📋 copy color: '#FD34A3'

red 253 ◦ green 52 ◦ blue 163

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

Shades of Wild Strawberry #FD34A3

Tints of Wild Strawberry #FD34A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.83%

R = 54.06%
G = 11.11%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD34A3 (or 0xFD34A3) is known color: Wild Strawberry. HEX triplet: FD, 34 and A3. RGB value is (253,52,163). Sum of RGB (Red+Green+Blue) = 253+52+163=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD34A3 is #02CB5C. Grayscale: #7C7C7C. Windows color (decimal): -183133 or 10695933. OLE color: 10695933.

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

Color convert

RGB 253 52 163 -
CMYK 0 0.79 0.36 0.01
HSL 326.87º 0.98% 0.6% -
HSV(B) 326.87º 0.79% 0.99% -
XYZ 48.35 25.98 37.12 -
YUV 124.75 149.59 219.47 -
System Red Green Blue C M Y K H S L
Decimal 253 52 163 0 0.79 0.36 0.01 326.87 0.98 0.6
Hex FD 34 A3 0 4F 24 1 147 62 3C
Octal 375 64 243 0 117 44 1 507 142 74
Binary 11111101 110100 10100011 0 1001111 100100 1 101000111 1100010 111100

Color Harmonies of #FD34A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD34A3

Black with #FD34A3

Text Example


Text Example

White with #FD34A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD34A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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