Html Css Color HEX #F42687 Wild Strawberry

📋 copy color: '#F42687'

red 244 ◦ green 38 ◦ blue 135

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

Shades of Wild Strawberry #F42687

Tints of Wild Strawberry #F42687

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 58.51%
G = 9.11%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F42687 (or 0xF42687) is known color: Wild Strawberry. HEX triplet: F4, 26 and 87. RGB value is (244,38,135). Sum of RGB (Red+Green+Blue) = 244+38+135=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F42687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42687 is #0BD978. Grayscale: #6E6E6E. Windows color (decimal): -776569 or 8857332. OLE color: 8857332.

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

Color convert

RGB 244 38 135 -
CMYK 0 0.84 0.45 0.04
HSL 331.75º 0.9% 0.55% -
HSV(B) 331.75º 0.84% 0.96% -
XYZ 42.37 22.37 25.01 -
YUV 110.65 141.75 223.11 -
System Red Green Blue C M Y K H S L
Decimal 244 38 135 0 0.84 0.45 0.04 331.75 0.9 0.55
Hex F4 26 87 0 54 2D 4 14C 5A 37
Octal 364 46 207 0 124 55 4 514 132 67
Binary 11110100 100110 10000111 0 1010100 101101 100 101001100 1011010 110111

Color Harmonies of #F42687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42687

Black with #F42687

Text Example


Text Example

White with #F42687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42687; }

 p { color: rgb(244,38,135); }

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

background-color css

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

 a { background-color: rgb(244,38,135); }

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

border-color css

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

 span { border-color: rgb(244,38,135); }

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