Html Css Color HEX #F5368D Wild Strawberry

📋 copy color: '#F5368D'

red 245 ◦ green 54 ◦ blue 141

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

Shades of Wild Strawberry #F5368D

Tints of Wild Strawberry #F5368D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 55.68%
G = 12.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5368D (or 0xF5368D) is known color: Wild Strawberry. HEX triplet: F5, 36 and 8D. RGB value is (245,54,141). Sum of RGB (Red+Green+Blue) = 245+54+141=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5368D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5368D is #0AC972. Grayscale: #787878. Windows color (decimal): -706931 or 9254645. OLE color: 9254645.

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

Color convert

RGB 245 54 141 -
CMYK 0 0.78 0.42 0.04
HSL 332.67º 0.91% 0.59% -
HSV(B) 332.67º 0.78% 0.96% -
XYZ 43.78 23.97 27.52 -
YUV 121.03 139.28 216.43 -
System Red Green Blue C M Y K H S L
Decimal 245 54 141 0 0.78 0.42 0.04 332.67 0.91 0.59
Hex F5 36 8D 0 4E 2A 4 14D 5B 3B
Octal 365 66 215 0 116 52 4 515 133 73
Binary 11110101 110110 10001101 0 1001110 101010 100 101001101 1011011 111011

Color Harmonies of #F5368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5368D

Black with #F5368D

Text Example


Text Example

White with #F5368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5368D; }

 p { color: rgb(245,54,141); }

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

background-color css

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

 a { background-color: rgb(245,54,141); }

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

border-color css

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

 span { border-color: rgb(245,54,141); }

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