Html Css Color HEX #F43FA5 Wild Strawberry

📋 copy color: '#F43FA5'

red 244 ◦ green 63 ◦ blue 165

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

Shades of Wild Strawberry #F43FA5

Tints of Wild Strawberry #F43FA5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 51.69%
G = 13.35%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F43FA5 (or 0xF43FA5) is known color: Wild Strawberry. HEX triplet: F4, 3F and A5. RGB value is (244,63,165). Sum of RGB (Red+Green+Blue) = 244+63+165=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43FA5 is #0BC05A. Grayscale: #808080. Windows color (decimal): -770139 or 10829812. OLE color: 10829812.

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

Color convert

RGB 244 63 165 -
CMYK 0 0.74 0.32 0.04
HSL 326.19º 0.89% 0.6% -
HSV(B) 326.19º 0.74% 0.96% -
XYZ 45.88 25.5 38.1 -
YUV 128.75 148.47 210.21 -
System Red Green Blue C M Y K H S L
Decimal 244 63 165 0 0.74 0.32 0.04 326.19 0.89 0.6
Hex F4 3F A5 0 4A 20 4 146 59 3C
Octal 364 77 245 0 112 40 4 506 131 74
Binary 11110100 111111 10100101 0 1001010 100000 100 101000110 1011001 111100

Color Harmonies of #F43FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43FA5

Black with #F43FA5

Text Example


Text Example

White with #F43FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43FA5; }

 p { color: rgb(244,63,165); }

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

background-color css

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

 a { background-color: rgb(244,63,165); }

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

border-color css

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

 span { border-color: rgb(244,63,165); }

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