Html Css Color HEX #F2288B Wild Strawberry

📋 copy color: '#F2288B'

red 242 ◦ green 40 ◦ blue 139

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

Shades of Wild Strawberry #F2288B

Tints of Wild Strawberry #F2288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 57.48%
G = 9.5%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2288B (or 0xF2288B) is known color: Wild Strawberry. HEX triplet: F2, 28 and 8B. RGB value is (242,40,139). Sum of RGB (Red+Green+Blue) = 242+40+139=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 40 (16.02% from 255 or 9.50% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2288B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2288B is #0DD774. Grayscale: #6F6F6F. Windows color (decimal): -907125 or 9119986. OLE color: 9119986.

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

Color convert

RGB 242 40 139 -
CMYK 0 0.83 0.43 0.05
HSL 330.59º 0.89% 0.55% -
HSV(B) 330.59º 0.83% 0.95% -
XYZ 42.04 22.26 26.51 -
YUV 111.68 143.42 220.95 -
System Red Green Blue C M Y K H S L
Decimal 242 40 139 0 0.83 0.43 0.05 330.59 0.89 0.55
Hex F2 28 8B 0 53 2B 5 14B 59 37
Octal 362 50 213 0 123 53 5 513 131 67
Binary 11110010 101000 10001011 0 1010011 101011 101 101001011 1011001 110111

Color Harmonies of #F2288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2288B

Black with #F2288B

Text Example


Text Example

White with #F2288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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