Html Css Color HEX #F5268F Wild Strawberry

📋 copy color: '#F5268F'

red 245 ◦ green 38 ◦ blue 143

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

Shades of Wild Strawberry #F5268F

Tints of Wild Strawberry #F5268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 57.51%
G = 8.92%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5268F (or 0xF5268F) is known color: Wild Strawberry. HEX triplet: F5, 26 and 8F. RGB value is (245,38,143). Sum of RGB (Red+Green+Blue) = 245+38+143=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5268F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5268F is #0AD970. Grayscale: #6F6F6F. Windows color (decimal): -711025 or 9381621. OLE color: 9381621.

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

Color convert

RGB 245 38 143 -
CMYK 0 0.84 0.42 0.04
HSL 329.57º 0.91% 0.55% -
HSV(B) 329.57º 0.84% 0.96% -
XYZ 43.31 22.78 28.1 -
YUV 111.86 145.58 222.96 -
System Red Green Blue C M Y K H S L
Decimal 245 38 143 0 0.84 0.42 0.04 329.57 0.91 0.55
Hex F5 26 8F 0 54 2A 4 14A 5B 37
Octal 365 46 217 0 124 52 4 512 133 67
Binary 11110101 100110 10001111 0 1010100 101010 100 101001010 1011011 110111

Color Harmonies of #F5268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5268F

Black with #F5268F

Text Example


Text Example

White with #F5268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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