Html Css Color HEX #F2298E Wild Strawberry

📋 copy color: '#F2298E'

red 242 ◦ green 41 ◦ blue 142

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

Shades of Wild Strawberry #F2298E

Tints of Wild Strawberry #F2298E

RGB

 RED value IS 242 (94.92% from 255) = 56.94%

 GREEN value IS 41 (16.41% from 255) = 9.65%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 56.94%
G = 9.65%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2298E (or 0xF2298E) is known color: Wild Strawberry. HEX triplet: F2, 29 and 8E. RGB value is (242,41,142). Sum of RGB (Red+Green+Blue) = 242+41+142=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F2298E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2298E is #0DD671. Grayscale: #707070. Windows color (decimal): -906866 or 9316850. OLE color: 9316850.

HSL color Cylindrical-coordinate representation of color #F2298E: hue angle of 329.85º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F2298E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 41 142 -
CMYK 0 0.83 0.41 0.05
HSL 329.85º 0.89% 0.55% -
HSV(B) 329.85º 0.83% 0.95% -
XYZ 42.29 22.42 27.69 -
YUV 112.61 144.59 220.29 -
System Red Green Blue C M Y K H S L
Decimal 242 41 142 0 0.83 0.41 0.05 329.85 0.89 0.55
Hex F2 29 8E 0 53 29 5 14A 59 37
Octal 362 51 216 0 123 51 5 512 131 67
Binary 11110010 101001 10001110 0 1010011 101001 101 101001010 1011001 110111

Color Harmonies of #F2298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2298E

Black with #F2298E

Text Example


Text Example

White with #F2298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2298E; }

 p { color: rgb(242,41,142); }

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

background-color css

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

 a { background-color: rgb(242,41,142); }

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

border-color css

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

 span { border-color: rgb(242,41,142); }

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