Html Css Color HEX #F5268C Wild Strawberry

📋 copy color: '#F5268C'

red 245 ◦ green 38 ◦ blue 140

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

Shades of Wild Strawberry #F5268C

Tints of Wild Strawberry #F5268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 57.92%
G = 8.98%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F5268C (or 0xF5268C) is known color: Wild Strawberry. HEX triplet: F5, 26 and 8C. RGB value is (245,38,140). Sum of RGB (Red+Green+Blue) = 245+38+140=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5268C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5268C is #0AD973. Grayscale: #6F6F6F. Windows color (decimal): -711028 or 9185013. OLE color: 9185013.

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

Color convert

RGB 245 38 140 -
CMYK 0 0.84 0.43 0.04
HSL 330.43º 0.91% 0.55% -
HSV(B) 330.43º 0.84% 0.96% -
XYZ 43.08 22.69 26.92 -
YUV 111.52 144.08 223.21 -
System Red Green Blue C M Y K H S L
Decimal 245 38 140 0 0.84 0.43 0.04 330.43 0.91 0.55
Hex F5 26 8C 0 54 2B 4 14A 5B 37
Octal 365 46 214 0 124 53 4 512 133 67
Binary 11110101 100110 10001100 0 1010100 101011 100 101001010 1011011 110111

Color Harmonies of #F5268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5268C

Black with #F5268C

Text Example


Text Example

White with #F5268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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