Html Css Color HEX #FD43A0 Wild Strawberry

📋 copy color: '#FD43A0'

red 253 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #FD43A0

Tints of Wild Strawberry #FD43A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.96%

 BLUE value IS 160 (62.89% from 255) = 33.33%

R = 52.71%
G = 13.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FD43A0 (or 0xFD43A0) is known color: Wild Strawberry. HEX triplet: FD, 43 and A0. RGB value is (253,67,160). Sum of RGB (Red+Green+Blue) = 253+67+160=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD43A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD43A0 is #02BC5F. Grayscale: #858585. Windows color (decimal): -179296 or 10503165. OLE color: 10503165.

HSL color Cylindrical-coordinate representation of color #FD43A0: hue angle of 330º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD43A0 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 67 160 -
CMYK 0 0.74 0.37 0.01
HSL 330º 0.98% 0.63% -
HSV(B) 330º 0.74% 0.99% -
XYZ 48.86 27.44 35.98 -
YUV 133.22 143.12 213.44 -
System Red Green Blue C M Y K H S L
Decimal 253 67 160 0 0.74 0.37 0.01 330 0.98 0.63
Hex FD 43 A0 0 4A 25 1 14A 62 3F
Octal 375 103 240 0 112 45 1 512 142 77
Binary 11111101 1000011 10100000 0 1001010 100101 1 101001010 1100010 111111

Color Harmonies of #FD43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD43A0

Black with #FD43A0

Text Example


Text Example

White with #FD43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD43A0; }

 p { color: rgb(253,67,160); }

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

background-color css

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

 a { background-color: rgb(253,67,160); }

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

border-color css

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

 span { border-color: rgb(253,67,160); }

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