Html Css Color HEX #F2389B Wild Strawberry

📋 copy color: '#F2389B'

red 242 ◦ green 56 ◦ blue 155

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

Shades of Wild Strawberry #F2389B

Tints of Wild Strawberry #F2389B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.22%

R = 53.42%
G = 12.36%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2389B (or 0xF2389B) is known color: Wild Strawberry. HEX triplet: F2, 38 and 9B. RGB value is (242,56,155). Sum of RGB (Red+Green+Blue) = 242+56+155=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2389B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2389B is #0DC764. Grayscale: #7A7A7A. Windows color (decimal): -903013 or 10172658. OLE color: 10172658.

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

Color convert

RGB 242 56 155 -
CMYK 0 0.77 0.36 0.05
HSL 328.06º 0.88% 0.58% -
HSV(B) 328.06º 0.77% 0.95% -
XYZ 43.95 24.07 33.34 -
YUV 122.9 146.12 212.95 -
System Red Green Blue C M Y K H S L
Decimal 242 56 155 0 0.77 0.36 0.05 328.06 0.88 0.58
Hex F2 38 9B 0 4D 24 5 148 58 3A
Octal 362 70 233 0 115 44 5 510 130 72
Binary 11110010 111000 10011011 0 1001101 100100 101 101001000 1011000 111010

Color Harmonies of #F2389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2389B

Black with #F2389B

Text Example


Text Example

White with #F2389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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