Html Css Color HEX #F73FAC Wild Strawberry

📋 copy color: '#F73FAC'

red 247 ◦ green 63 ◦ blue 172

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

Shades of Wild Strawberry #F73FAC

Tints of Wild Strawberry #F73FAC

RGB

 RED value IS 247 (96.88% from 255) = 51.24%

 GREEN value IS 63 (25% from 255) = 13.07%

 BLUE value IS 172 (67.58% from 255) = 35.68%

R = 51.24%
G = 13.07%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F73FAC (or 0xF73FAC) is known color: Wild Strawberry. HEX triplet: F7, 3F and AC. RGB value is (247,63,172). Sum of RGB (Red+Green+Blue) = 247+63+172=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73FAC is #08C053. Grayscale: #828282. Windows color (decimal): -573524 or 11288567. OLE color: 11288567.

HSL color Cylindrical-coordinate representation of color #F73FAC: hue angle of 324.46º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F73FAC is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 63 172 -
CMYK 0 0.74 0.30 0.03
HSL 324.46º 0.92% 0.61% -
HSV(B) 324.46º 0.74% 0.97% -
XYZ 47.58 26.31 41.6 -
YUV 130.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 247 63 172 0 0.74 0.30 0.03 324.46 0.92 0.61
Hex F7 3F AC 0 4A 1E 3 144 5C 3D
Octal 367 77 254 0 112 36 3 504 134 75
Binary 11110111 111111 10101100 0 1001010 11110 11 101000100 1011100 111101

Color Harmonies of #F73FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FAC

Black with #F73FAC

Text Example


Text Example

White with #F73FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FAC; }

 p { color: rgb(247,63,172); }

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

background-color css

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

 a { background-color: rgb(247,63,172); }

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

border-color css

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

 span { border-color: rgb(247,63,172); }

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