Html Css Color HEX #F2389D Wild Strawberry

📋 copy color: '#F2389D'

red 242 ◦ green 56 ◦ blue 157

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

Shades of Wild Strawberry #F2389D

Tints of Wild Strawberry #F2389D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 53.19%
G = 12.31%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2389D (or 0xF2389D) is known color: Wild Strawberry. HEX triplet: F2, 38 and 9D. RGB value is (242,56,157). Sum of RGB (Red+Green+Blue) = 242+56+157=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2389D is #0DC762. Grayscale: #7A7A7A. Windows color (decimal): -903011 or 10303730. OLE color: 10303730.

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

Color convert

RGB 242 56 157 -
CMYK 0 0.77 0.35 0.05
HSL 327.42º 0.88% 0.58% -
HSV(B) 327.42º 0.77% 0.95% -
XYZ 44.12 24.14 34.23 -
YUV 123.13 147.12 212.79 -
System Red Green Blue C M Y K H S L
Decimal 242 56 157 0 0.77 0.35 0.05 327.42 0.88 0.58
Hex F2 38 9D 0 4D 23 5 147 58 3A
Octal 362 70 235 0 115 43 5 507 130 72
Binary 11110010 111000 10011101 0 1001101 100011 101 101000111 1011000 111010

Color Harmonies of #F2389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2389D

Black with #F2389D

Text Example


Text Example

White with #F2389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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