Html Css Color HEX #F42E8F Wild Strawberry

📋 copy color: '#F42E8F'

red 244 ◦ green 46 ◦ blue 143

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

Shades of Wild Strawberry #F42E8F

Tints of Wild Strawberry #F42E8F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.62%

 BLUE value IS 143 (56.25% from 255) = 33.03%

R = 56.35%
G = 10.62%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F42E8F (or 0xF42E8F) is known color: Wild Strawberry. HEX triplet: F4, 2E and 8F. RGB value is (244,46,143). Sum of RGB (Red+Green+Blue) = 244+46+143=433 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.35% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 244 - color contains mainly: red. Hex color #F42E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42E8F is #0BD170. Grayscale: #747474. Windows color (decimal): -774513 or 9383668. OLE color: 9383668.

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

Color convert

RGB 244 46 143 -
CMYK 0 0.81 0.41 0.04
HSL 330.61º 0.9% 0.57% -
HSV(B) 330.61º 0.81% 0.96% -
XYZ 43.24 23.17 28.18 -
YUV 116.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 244 46 143 0 0.81 0.41 0.04 330.61 0.9 0.57
Hex F4 2E 8F 0 51 29 4 14B 5A 39
Octal 364 56 217 0 121 51 4 513 132 71
Binary 11110100 101110 10001111 0 1010001 101001 100 101001011 1011010 111001

Color Harmonies of #F42E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42E8F

Black with #F42E8F

Text Example


Text Example

White with #F42E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42E8F; }

 p { color: rgb(244,46,143); }

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

background-color css

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

 a { background-color: rgb(244,46,143); }

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

border-color css

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

 span { border-color: rgb(244,46,143); }

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