Html Css Color HEX #F5268D Wild Strawberry

📋 copy color: '#F5268D'

red 245 ◦ green 38 ◦ blue 141

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

Shades of Wild Strawberry #F5268D

Tints of Wild Strawberry #F5268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 57.78%
G = 8.96%
B = 33.25%

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

#F5268D (or 0xF5268D) is known color: Wild Strawberry. HEX triplet: F5, 26 and 8D. RGB value is (245,38,141). Sum of RGB (Red+Green+Blue) = 245+38+141=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5268D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5268D is #0AD972. Grayscale: #6F6F6F. Windows color (decimal): -711027 or 9250549. OLE color: 9250549.

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

Color convert

RGB 245 38 141 -
CMYK 0 0.84 0.42 0.04
HSL 330.14º 0.91% 0.55% -
HSV(B) 330.14º 0.84% 0.96% -
XYZ 43.16 22.72 27.31 -
YUV 111.64 144.58 223.12 -
System Red Green Blue C M Y K H S L
Decimal 245 38 141 0 0.84 0.42 0.04 330.14 0.91 0.55
Hex F5 26 8D 0 54 2A 4 14A 5B 37
Octal 365 46 215 0 124 52 4 512 133 67
Binary 11110101 100110 10001101 0 1010100 101010 100 101001010 1011011 110111

Color Harmonies of #F5268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5268D

Black with #F5268D

Text Example


Text Example

White with #F5268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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