Html Css Color HEX #F743A0 Wild Strawberry

📋 copy color: '#F743A0'

red 247 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #F743A0

Tints of Wild Strawberry #F743A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.14%

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

R = 52.11%
G = 14.14%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F743A0 (or 0xF743A0) is known color: Wild Strawberry. HEX triplet: F7, 43 and A0. RGB value is (247,67,160). Sum of RGB (Red+Green+Blue) = 247+67+160=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 67 (26.56% from 255 or 14.14% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F743A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F743A0 is #08BC5F. Grayscale: #838383. Windows color (decimal): -572512 or 10503159. OLE color: 10503159.

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

Color convert

RGB 247 67 160 -
CMYK 0 0.73 0.35 0.03
HSL 329º 0.92% 0.62% -
HSV(B) 329º 0.73% 0.97% -
XYZ 46.71 26.33 35.88 -
YUV 131.42 144.13 210.44 -
System Red Green Blue C M Y K H S L
Decimal 247 67 160 0 0.73 0.35 0.03 329 0.92 0.62
Hex F7 43 A0 0 49 23 3 149 5C 3E
Octal 367 103 240 0 111 43 3 511 134 76
Binary 11110111 1000011 10100000 0 1001001 100011 11 101001001 1011100 111110

Color Harmonies of #F743A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F743A0

Black with #F743A0

Text Example


Text Example

White with #F743A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F743A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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