Html Css Color HEX #F43C9D Wild Strawberry

📋 copy color: '#F43C9D'

red 244 ◦ green 60 ◦ blue 157

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

Shades of Wild Strawberry #F43C9D

Tints of Wild Strawberry #F43C9D

RGB

 RED value IS 244 (95.7% from 255) = 52.93%

 GREEN value IS 60 (23.83% from 255) = 13.02%

 BLUE value IS 157 (61.72% from 255) = 34.06%

R = 52.93%
G = 13.02%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#F43C9D (or 0xF43C9D) is known color: Wild Strawberry. HEX triplet: F4, 3C and 9D. RGB value is (244,60,157). Sum of RGB (Red+Green+Blue) = 244+60+157=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F43C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43C9D is #0BC362. Grayscale: #7D7D7D. Windows color (decimal): -770915 or 10304756. OLE color: 10304756.

HSL color Cylindrical-coordinate representation of color #F43C9D: hue angle of 328.37º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43C9D is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 60 157 -
CMYK 0 0.75 0.36 0.04
HSL 328.37º 0.89% 0.6% -
HSV(B) 328.37º 0.75% 0.96% -
XYZ 45.01 24.9 34.33 -
YUV 126.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 244 60 157 0 0.75 0.36 0.04 328.37 0.89 0.6
Hex F4 3C 9D 0 4B 24 4 148 59 3C
Octal 364 74 235 0 113 44 4 510 131 74
Binary 11110100 111100 10011101 0 1001011 100100 100 101001000 1011001 111100

Color Harmonies of #F43C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43C9D

Black with #F43C9D

Text Example


Text Example

White with #F43C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43C9D; }

 p { color: rgb(244,60,157); }

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

background-color css

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

 a { background-color: rgb(244,60,157); }

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

border-color css

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

 span { border-color: rgb(244,60,157); }

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