Html Css Color HEX #F2288D Wild Strawberry

📋 copy color: '#F2288D'

red 242 ◦ green 40 ◦ blue 141

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

Shades of Wild Strawberry #F2288D

Tints of Wild Strawberry #F2288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

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

R = 57.21%
G = 9.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2288D (or 0xF2288D) is known color: Wild Strawberry. HEX triplet: F2, 28 and 8D. RGB value is (242,40,141). Sum of RGB (Red+Green+Blue) = 242+40+141=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2288D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2288D is #0DD772. Grayscale: #6F6F6F. Windows color (decimal): -907123 or 9251058. OLE color: 9251058.

HSL color Cylindrical-coordinate representation of color #F2288D: hue angle of 330º 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 #F2288D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 40 141 -
CMYK 0 0.83 0.42 0.05
HSL 330º 0.89% 0.55% -
HSV(B) 330º 0.83% 0.95% -
XYZ 42.18 22.32 27.28 -
YUV 111.91 144.42 220.79 -
System Red Green Blue C M Y K H S L
Decimal 242 40 141 0 0.83 0.42 0.05 330 0.89 0.55
Hex F2 28 8D 0 53 2A 5 14A 59 37
Octal 362 50 215 0 123 52 5 512 131 67
Binary 11110010 101000 10001101 0 1010011 101010 101 101001010 1011001 110111

Color Harmonies of #F2288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2288D

Black with #F2288D

Text Example


Text Example

White with #F2288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2288D; }

 p { color: rgb(242,40,141); }

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

background-color css

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

 a { background-color: rgb(242,40,141); }

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

border-color css

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

 span { border-color: rgb(242,40,141); }

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