Html Css Color HEX #F52688 Wild Strawberry

📋 copy color: '#F52688'

red 245 ◦ green 38 ◦ blue 136

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

Shades of Wild Strawberry #F52688

Tints of Wild Strawberry #F52688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 58.47%
G = 9.07%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F52688 (or 0xF52688) is known color: Wild Strawberry. HEX triplet: F5, 26 and 88. RGB value is (245,38,136). Sum of RGB (Red+Green+Blue) = 245+38+136=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F52688 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52688 is #0AD977. Grayscale: #6E6E6E. Windows color (decimal): -711032 or 8922869. OLE color: 8922869.

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

Color convert

RGB 245 38 136 -
CMYK 0 0.84 0.44 0.04
HSL 331.59º 0.91% 0.55% -
HSV(B) 331.59º 0.84% 0.96% -
XYZ 42.79 22.58 25.39 -
YUV 111.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 245 38 136 0 0.84 0.44 0.04 331.59 0.91 0.55
Hex F5 26 88 0 54 2C 4 14C 5B 37
Octal 365 46 210 0 124 54 4 514 133 67
Binary 11110101 100110 10001000 0 1010100 101100 100 101001100 1011011 110111

Color Harmonies of #F52688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52688

Black with #F52688

Text Example


Text Example

White with #F52688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52688; }

 p { color: rgb(245,38,136); }

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

background-color css

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

 a { background-color: rgb(245,38,136); }

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

border-color css

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

 span { border-color: rgb(245,38,136); }

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