Html Css Color HEX #F73FA0 Wild Strawberry

📋 copy color: '#F73FA0'

red 247 ◦ green 63 ◦ blue 160

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

Shades of Wild Strawberry #F73FA0

Tints of Wild Strawberry #F73FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 52.55%
G = 13.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F73FA0 (or 0xF73FA0) is known color: Wild Strawberry. HEX triplet: F7, 3F and A0. RGB value is (247,63,160). Sum of RGB (Red+Green+Blue) = 247+63+160=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F73FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F73FA0 is #08C05F. Grayscale: #808080. Windows color (decimal): -573536 or 10502135. OLE color: 10502135.

HSL color Cylindrical-coordinate representation of color #F73FA0: hue angle of 328.37º 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 #F73FA0 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 63 160 -
CMYK 0 0.74 0.35 0.03
HSL 328.37º 0.92% 0.61% -
HSV(B) 328.37º 0.74% 0.97% -
XYZ 46.48 25.87 35.8 -
YUV 129.07 145.46 212.11 -
System Red Green Blue C M Y K H S L
Decimal 247 63 160 0 0.74 0.35 0.03 328.37 0.92 0.61
Hex F7 3F A0 0 4A 23 3 148 5C 3D
Octal 367 77 240 0 112 43 3 510 134 75
Binary 11110111 111111 10100000 0 1001010 100011 11 101001000 1011100 111101

Color Harmonies of #F73FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73FA0

Black with #F73FA0

Text Example


Text Example

White with #F73FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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