Html Css Color HEX #F52693 Wild Strawberry

📋 copy color: '#F52693'

red 245 ◦ green 38 ◦ blue 147

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

Shades of Wild Strawberry #F52693

Tints of Wild Strawberry #F52693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 56.98%
G = 8.84%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.04

RGB Variations

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

Color information

#F52693 (or 0xF52693) is known color: Wild Strawberry. HEX triplet: F5, 26 and 93. RGB value is (245,38,147). Sum of RGB (Red+Green+Blue) = 245+38+147=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F52693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F52693 is #0AD96C. Grayscale: #707070. Windows color (decimal): -711021 or 9643765. OLE color: 9643765.

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

Color convert

RGB 245 38 147 -
CMYK 0 0.84 0.4 0.04
HSL 328.41º 0.91% 0.55% -
HSV(B) 328.41º 0.84% 0.96% -
XYZ 43.62 22.91 29.73 -
YUV 112.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 245 38 147 0 0.84 0.4 0.04 328.41 0.91 0.55
Hex F5 26 93 0 54 28 4 148 5B 37
Octal 365 46 223 0 124 50 4 510 133 67
Binary 11110101 100110 10010011 0 1010100 101000 100 101001000 1011011 110111

Color Harmonies of #F52693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52693

Black with #F52693

Text Example


Text Example

White with #F52693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52693; }

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

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

background-color css

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

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

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

border-color css

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

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

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