Html Css Color HEX #F43490 Wild Strawberry

📋 copy color: '#F43490'

red 244 ◦ green 52 ◦ blue 144

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

Shades of Wild Strawberry #F43490

Tints of Wild Strawberry #F43490

RGB

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

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

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

R = 55.45%
G = 11.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F43490 (or 0xF43490) is known color: Wild Strawberry. HEX triplet: F4, 34 and 90. RGB value is (244,52,144). Sum of RGB (Red+Green+Blue) = 244+52+144=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F43490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43490 is #0BCB6F. Grayscale: #777777. Windows color (decimal): -772976 or 9450740. OLE color: 9450740.

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

Color convert

RGB 244 52 144 -
CMYK 0 0.79 0.41 0.04
HSL 331.25º 0.9% 0.58% -
HSV(B) 331.25º 0.79% 0.96% -
XYZ 43.57 23.7 28.66 -
YUV 119.9 141.61 216.52 -
System Red Green Blue C M Y K H S L
Decimal 244 52 144 0 0.79 0.41 0.04 331.25 0.9 0.58
Hex F4 34 90 0 4F 29 4 14B 5A 3A
Octal 364 64 220 0 117 51 4 513 132 72
Binary 11110100 110100 10010000 0 1001111 101001 100 101001011 1011010 111010

Color Harmonies of #F43490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43490

Black with #F43490

Text Example


Text Example

White with #F43490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43490; }

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

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

background-color css

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

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

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

border-color css

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

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

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