Html Css Color HEX #F42D83 Wild Strawberry

📋 copy color: '#F42D83'

red 244 ◦ green 45 ◦ blue 131

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

Shades of Wild Strawberry #F42D83

Tints of Wild Strawberry #F42D83

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 58.1%
G = 10.71%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F42D83 (or 0xF42D83) is known color: Wild Strawberry. HEX triplet: F4, 2D and 83. RGB value is (244,45,131). Sum of RGB (Red+Green+Blue) = 244+45+131=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F42D83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42D83 is #0BD27C. Grayscale: #727272. Windows color (decimal): -774781 or 8596980. OLE color: 8596980.

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

Color convert

RGB 244 45 131 -
CMYK 0 0.82 0.46 0.04
HSL 334.07º 0.9% 0.57% -
HSV(B) 334.07º 0.82% 0.96% -
XYZ 42.34 22.75 23.63 -
YUV 114.31 137.43 220.51 -
System Red Green Blue C M Y K H S L
Decimal 244 45 131 0 0.82 0.46 0.04 334.07 0.9 0.57
Hex F4 2D 83 0 52 2E 4 14E 5A 39
Octal 364 55 203 0 122 56 4 516 132 71
Binary 11110100 101101 10000011 0 1010010 101110 100 101001110 1011010 111001

Color Harmonies of #F42D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42D83

Black with #F42D83

Text Example


Text Example

White with #F42D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42D83; }

 p { color: rgb(244,45,131); }

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

background-color css

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

 a { background-color: rgb(244,45,131); }

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

border-color css

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

 span { border-color: rgb(244,45,131); }

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