Html Css Color HEX #F5409A Wild Strawberry

📋 copy color: '#F5409A'

red 245 ◦ green 64 ◦ blue 154

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

Shades of Wild Strawberry #F5409A

Tints of Wild Strawberry #F5409A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

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

R = 52.92%
G = 13.82%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5409A (or 0xF5409A) is known color: Wild Strawberry. HEX triplet: F5, 40 and 9A. RGB value is (245,64,154). Sum of RGB (Red+Green+Blue) = 245+64+154=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5409A is #0ABF65. Grayscale: #808080. Windows color (decimal): -704358 or 10109173. OLE color: 10109173.

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

Color convert

RGB 245 64 154 -
CMYK 0 0.74 0.37 0.04
HSL 330.17º 0.9% 0.61% -
HSV(B) 330.17º 0.74% 0.96% -
XYZ 45.32 25.41 33.09 -
YUV 128.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 245 64 154 0 0.74 0.37 0.04 330.17 0.9 0.61
Hex F5 40 9A 0 4A 25 4 14A 5A 3D
Octal 365 100 232 0 112 45 4 512 132 75
Binary 11110101 1000000 10011010 0 1001010 100101 100 101001010 1011010 111101

Color Harmonies of #F5409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5409A

Black with #F5409A

Text Example


Text Example

White with #F5409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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