Html Css Color HEX #F538A2 Wild Strawberry

📋 copy color: '#F538A2'

red 245 ◦ green 56 ◦ blue 162

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

Shades of Wild Strawberry #F538A2

Tints of Wild Strawberry #F538A2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.1%

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 52.92%
G = 12.1%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F538A2 (or 0xF538A2) is known color: Wild Strawberry. HEX triplet: F5, 38 and A2. RGB value is (245,56,162). Sum of RGB (Red+Green+Blue) = 245+56+162=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F538A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F538A2 is #0AC75D. Grayscale: #7C7C7C. Windows color (decimal): -706398 or 10631413. OLE color: 10631413.

HSL color Cylindrical-coordinate representation of color #F538A2: hue angle of 326.35º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F538A2 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 56 162 -
CMYK 0 0.77 0.34 0.04
HSL 326.35º 0.9% 0.59% -
HSV(B) 326.35º 0.77% 0.96% -
XYZ 45.59 24.85 36.58 -
YUV 124.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 245 56 162 0 0.77 0.34 0.04 326.35 0.9 0.59
Hex F5 38 A2 0 4D 22 4 146 5A 3B
Octal 365 70 242 0 115 42 4 506 132 73
Binary 11110101 111000 10100010 0 1001101 100010 100 101000110 1011010 111011

Color Harmonies of #F538A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F538A2

Black with #F538A2

Text Example


Text Example

White with #F538A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F538A2; }

 p { color: rgb(245,56,162); }

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

background-color css

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

 a { background-color: rgb(245,56,162); }

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

border-color css

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

 span { border-color: rgb(245,56,162); }

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