Html Css Color HEX #F740AC Wild Strawberry

📋 copy color: '#F740AC'

red 247 ◦ green 64 ◦ blue 172

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

Shades of Wild Strawberry #F740AC

Tints of Wild Strawberry #F740AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.25%

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

R = 51.14%
G = 13.25%
B = 35.61%

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

#F740AC (or 0xF740AC) is known color: Wild Strawberry. HEX triplet: F7, 40 and AC. RGB value is (247,64,172). Sum of RGB (Red+Green+Blue) = 247+64+172=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F740AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740AC is #08BF53. Grayscale: #828282. Windows color (decimal): -573268 or 11288823. OLE color: 11288823.

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

Color convert

RGB 247 64 172 -
CMYK 0 0.74 0.30 0.03
HSL 324.59º 0.92% 0.61% -
HSV(B) 324.59º 0.74% 0.97% -
XYZ 47.64 26.42 41.62 -
YUV 131.03 151.13 210.72 -
System Red Green Blue C M Y K H S L
Decimal 247 64 172 0 0.74 0.30 0.03 324.59 0.92 0.61
Hex F7 40 AC 0 4A 1E 3 145 5C 3D
Octal 367 100 254 0 112 36 3 505 134 75
Binary 11110111 1000000 10101100 0 1001010 11110 11 101000101 1011100 111101

Color Harmonies of #F740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740AC

Black with #F740AC

Text Example


Text Example

White with #F740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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