Html Css Color HEX #F42B8D Wild Strawberry

📋 copy color: '#F42B8D'

red 244 ◦ green 43 ◦ blue 141

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

Shades of Wild Strawberry #F42B8D

Tints of Wild Strawberry #F42B8D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.05%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 57.01%
G = 10.05%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F42B8D (or 0xF42B8D) is known color: Wild Strawberry. HEX triplet: F4, 2B and 8D. RGB value is (244,43,141). Sum of RGB (Red+Green+Blue) = 244+43+141=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 43 (17.19% from 255 or 10.05% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F42B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42B8D is #0BD472. Grayscale: #727272. Windows color (decimal): -775283 or 9251828. OLE color: 9251828.

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

Color convert

RGB 244 43 141 -
CMYK 0 0.82 0.42 0.04
HSL 330.75º 0.9% 0.56% -
HSV(B) 330.75º 0.82% 0.96% -
XYZ 42.98 22.88 27.35 -
YUV 114.27 143.09 220.53 -
System Red Green Blue C M Y K H S L
Decimal 244 43 141 0 0.82 0.42 0.04 330.75 0.9 0.56
Hex F4 2B 8D 0 52 2A 4 14B 5A 38
Octal 364 53 215 0 122 52 4 513 132 70
Binary 11110100 101011 10001101 0 1010010 101010 100 101001011 1011010 111000

Color Harmonies of #F42B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42B8D

Black with #F42B8D

Text Example


Text Example

White with #F42B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42B8D; }

 p { color: rgb(244,43,141); }

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

background-color css

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

 a { background-color: rgb(244,43,141); }

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

border-color css

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

 span { border-color: rgb(244,43,141); }

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