Html Css Color HEX #F53994 Wild Strawberry

📋 copy color: '#F53994'

red 245 ◦ green 57 ◦ blue 148

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

Shades of Wild Strawberry #F53994

Tints of Wild Strawberry #F53994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.67%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 54.44%
G = 12.67%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F53994 (or 0xF53994) is known color: Wild Strawberry. HEX triplet: F5, 39 and 94. RGB value is (245,57,148). Sum of RGB (Red+Green+Blue) = 245+57+148=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F53994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53994 is #0AC66B. Grayscale: #7B7B7B. Windows color (decimal): -706156 or 9714165. OLE color: 9714165.

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

Color convert

RGB 245 57 148 -
CMYK 0 0.77 0.40 0.04
HSL 330.96º 0.9% 0.59% -
HSV(B) 330.96º 0.77% 0.96% -
XYZ 44.46 24.48 30.4 -
YUV 123.59 141.78 214.6 -
System Red Green Blue C M Y K H S L
Decimal 245 57 148 0 0.77 0.40 0.04 330.96 0.9 0.59
Hex F5 39 94 0 4D 28 4 14B 5A 3B
Octal 365 71 224 0 115 50 4 513 132 73
Binary 11110101 111001 10010100 0 1001101 101000 100 101001011 1011010 111011

Color Harmonies of #F53994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53994

Black with #F53994

Text Example


Text Example

White with #F53994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53994; }

 p { color: rgb(245,57,148); }

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

background-color css

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

 a { background-color: rgb(245,57,148); }

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

border-color css

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

 span { border-color: rgb(245,57,148); }

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