Html Css Color HEX #F5388F Wild Strawberry

📋 copy color: '#F5388F'

red 245 ◦ green 56 ◦ blue 143

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

Shades of Wild Strawberry #F5388F

Tints of Wild Strawberry #F5388F

RGB

 RED value IS 245 (96.09% from 255) = 55.18%

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

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 55.18%
G = 12.61%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5388F (or 0xF5388F) is known color: Wild Strawberry. HEX triplet: F5, 38 and 8F. RGB value is (245,56,143). Sum of RGB (Red+Green+Blue) = 245+56+143=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5388F is #0AC770. Grayscale: #7A7A7A. Windows color (decimal): -706417 or 9386229. OLE color: 9386229.

HSL color Cylindrical-coordinate representation of color #F5388F: hue angle of 332.38º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5388F is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 143 -
CMYK 0 0.77 0.42 0.04
HSL 332.38º 0.9% 0.59% -
HSV(B) 332.38º 0.77% 0.96% -
XYZ 44.03 24.22 28.34 -
YUV 122.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 245 56 143 0 0.77 0.42 0.04 332.38 0.9 0.59
Hex F5 38 8F 0 4D 2A 4 14C 5A 3B
Octal 365 70 217 0 115 52 4 514 132 73
Binary 11110101 111000 10001111 0 1001101 101010 100 101001100 1011010 111011

Color Harmonies of #F5388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5388F

Black with #F5388F

Text Example


Text Example

White with #F5388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5388F; }

 p { color: rgb(245,56,143); }

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

background-color css

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

 a { background-color: rgb(245,56,143); }

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

border-color css

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

 span { border-color: rgb(245,56,143); }

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