Html Css Color HEX #F2389F Wild Strawberry

📋 copy color: '#F2389F'

red 242 ◦ green 56 ◦ blue 159

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

Shades of Wild Strawberry #F2389F

Tints of Wild Strawberry #F2389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.25%

 BLUE value IS 159 (62.5% from 255) = 34.79%

R = 52.95%
G = 12.25%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2389F (or 0xF2389F) is known color: Wild Strawberry. HEX triplet: F2, 38 and 9F. RGB value is (242,56,159). Sum of RGB (Red+Green+Blue) = 242+56+159=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2389F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2389F is #0DC760. Grayscale: #7B7B7B. Windows color (decimal): -903009 or 10434802. OLE color: 10434802.

HSL color Cylindrical-coordinate representation of color #F2389F: hue angle of 326.77º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2389F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 56 159 -
CMYK 0 0.77 0.34 0.05
HSL 326.77º 0.88% 0.58% -
HSV(B) 326.77º 0.77% 0.95% -
XYZ 44.29 24.21 35.14 -
YUV 123.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 242 56 159 0 0.77 0.34 0.05 326.77 0.88 0.58
Hex F2 38 9F 0 4D 22 5 147 58 3A
Octal 362 70 237 0 115 42 5 507 130 72
Binary 11110010 111000 10011111 0 1001101 100010 101 101000111 1011000 111010

Color Harmonies of #F2389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2389F

Black with #F2389F

Text Example


Text Example

White with #F2389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2389F; }

 p { color: rgb(242,56,159); }

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

background-color css

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

 a { background-color: rgb(242,56,159); }

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

border-color css

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

 span { border-color: rgb(242,56,159); }

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