Html Css Color HEX #F43095 Wild Strawberry

📋 copy color: '#F43095'

red 244 ◦ green 48 ◦ blue 149

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

Shades of Wild Strawberry #F43095

Tints of Wild Strawberry #F43095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.88%

 BLUE value IS 149 (58.59% from 255) = 33.79%

R = 55.33%
G = 10.88%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F43095 (or 0xF43095) is known color: Wild Strawberry. HEX triplet: F4, 30 and 95. RGB value is (244,48,149). Sum of RGB (Red+Green+Blue) = 244+48+149=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F43095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43095 is #0BCF6A. Grayscale: #757575. Windows color (decimal): -773995 or 9777396. OLE color: 9777396.

HSL color Cylindrical-coordinate representation of color #F43095: hue angle of 329.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43095 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 48 149 -
CMYK 0 0.80 0.39 0.04
HSL 329.08º 0.9% 0.57% -
HSV(B) 329.08º 0.8% 0.96% -
XYZ 43.79 23.52 30.67 -
YUV 118.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 244 48 149 0 0.80 0.39 0.04 329.08 0.9 0.57
Hex F4 30 95 0 50 27 4 149 5A 39
Octal 364 60 225 0 120 47 4 511 132 71
Binary 11110100 110000 10010101 0 1010000 100111 100 101001001 1011010 111001

Color Harmonies of #F43095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43095

Black with #F43095

Text Example


Text Example

White with #F43095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43095; }

 p { color: rgb(244,48,149); }

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

background-color css

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

 a { background-color: rgb(244,48,149); }

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

border-color css

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

 span { border-color: rgb(244,48,149); }

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