Html Css Color HEX #F5419A Wild Strawberry

📋 copy color: '#F5419A'

red 245 ◦ green 65 ◦ blue 154

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

Shades of Wild Strawberry #F5419A

Tints of Wild Strawberry #F5419A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.01%

 BLUE value IS 154 (60.55% from 255) = 33.19%

R = 52.8%
G = 14.01%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5419A (or 0xF5419A) is known color: Wild Strawberry. HEX triplet: F5, 41 and 9A. RGB value is (245,65,154). Sum of RGB (Red+Green+Blue) = 245+65+154=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5419A is #0ABE65. Grayscale: #808080. Windows color (decimal): -704102 or 10109429. OLE color: 10109429.

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

Color convert

RGB 245 65 154 -
CMYK 0 0.73 0.37 0.04
HSL 330.33º 0.9% 0.61% -
HSV(B) 330.33º 0.73% 0.96% -
XYZ 45.38 25.53 33.11 -
YUV 128.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 245 65 154 0 0.73 0.37 0.04 330.33 0.9 0.61
Hex F5 41 9A 0 49 25 4 14A 5A 3D
Octal 365 101 232 0 111 45 4 512 132 75
Binary 11110101 1000001 10011010 0 1001001 100101 100 101001010 1011010 111101

Color Harmonies of #F5419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5419A

Black with #F5419A

Text Example


Text Example

White with #F5419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5419A; }

 p { color: rgb(245,65,154); }

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

background-color css

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

 a { background-color: rgb(245,65,154); }

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

border-color css

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

 span { border-color: rgb(245,65,154); }

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