Html Css Color HEX #F43990 Wild Strawberry

📋 copy color: '#F43990'

red 244 ◦ green 57 ◦ blue 144

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

Shades of Wild Strawberry #F43990

Tints of Wild Strawberry #F43990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.81%

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 54.83%
G = 12.81%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F43990 (or 0xF43990) is known color: Wild Strawberry. HEX triplet: F4, 39 and 90. RGB value is (244,57,144). Sum of RGB (Red+Green+Blue) = 244+57+144=445 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.83% from 445); Green value is 57 (22.66% from 255 or 12.81% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 244 - color contains mainly: red. Hex color #F43990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43990 is #0BC66F. Grayscale: #7A7A7A. Windows color (decimal): -771696 or 9452020. OLE color: 9452020.

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

Color convert

RGB 244 57 144 -
CMYK 0 0.77 0.41 0.04
HSL 332.09º 0.89% 0.59% -
HSV(B) 332.09º 0.77% 0.96% -
XYZ 43.81 24.17 28.74 -
YUV 122.83 139.95 214.43 -
System Red Green Blue C M Y K H S L
Decimal 244 57 144 0 0.77 0.41 0.04 332.09 0.89 0.59
Hex F4 39 90 0 4D 29 4 14C 59 3B
Octal 364 71 220 0 115 51 4 514 131 73
Binary 11110100 111001 10010000 0 1001101 101001 100 101001100 1011001 111011

Color Harmonies of #F43990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43990

Black with #F43990

Text Example


Text Example

White with #F43990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43990; }

 p { color: rgb(244,57,144); }

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

background-color css

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

 a { background-color: rgb(244,57,144); }

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

border-color css

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

 span { border-color: rgb(244,57,144); }

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