Html Css Color HEX #F5429B Wild Strawberry

📋 copy color: '#F5429B'

red 245 ◦ green 66 ◦ blue 155

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

Shades of Wild Strawberry #F5429B

Tints of Wild Strawberry #F5429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 52.58%
G = 14.16%
B = 33.26%

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

#F5429B (or 0xF5429B) is known color: Wild Strawberry. HEX triplet: F5, 42 and 9B. RGB value is (245,66,155). Sum of RGB (Red+Green+Blue) = 245+66+155=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5429B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5429B is #0ABD64. Grayscale: #818181. Windows color (decimal): -703845 or 10175221. OLE color: 10175221.

HSL color Cylindrical-coordinate representation of color #F5429B: 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.73%. Process color model (Four color, CMYK) of #F5429B is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 66 155 -
CMYK 0 0.73 0.37 0.04
HSL 330.17º 0.9% 0.61% -
HSV(B) 330.17º 0.73% 0.96% -
XYZ 45.52 25.68 33.57 -
YUV 129.67 142.3 210.26 -
System Red Green Blue C M Y K H S L
Decimal 245 66 155 0 0.73 0.37 0.04 330.17 0.9 0.61
Hex F5 42 9B 0 49 25 4 14A 5A 3D
Octal 365 102 233 0 111 45 4 512 132 75
Binary 11110101 1000010 10011011 0 1001001 100101 100 101001010 1011010 111101

Color Harmonies of #F5429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5429B

Black with #F5429B

Text Example


Text Example

White with #F5429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5429B; }

 p { color: rgb(245,66,155); }

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

background-color css

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

 a { background-color: rgb(245,66,155); }

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

border-color css

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

 span { border-color: rgb(245,66,155); }

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