Html Css Color HEX #F740AD Wild Strawberry

📋 copy color: '#F740AD'

red 247 ◦ green 64 ◦ blue 173

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

Shades of Wild Strawberry #F740AD

Tints of Wild Strawberry #F740AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.74%

R = 51.03%
G = 13.22%
B = 35.74%

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

#F740AD (or 0xF740AD) is known color: Wild Strawberry. HEX triplet: F7, 40 and AD. RGB value is (247,64,173). Sum of RGB (Red+Green+Blue) = 247+64+173=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F740AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F740AD is #08BF52. Grayscale: #828282. Windows color (decimal): -573267 or 11354359. OLE color: 11354359.

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

Color convert

RGB 247 64 173 -
CMYK 0 0.74 0.30 0.03
HSL 324.26º 0.92% 0.61% -
HSV(B) 324.26º 0.74% 0.97% -
XYZ 47.73 26.46 42.13 -
YUV 131.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 247 64 173 0 0.74 0.30 0.03 324.26 0.92 0.61
Hex F7 40 AD 0 4A 1E 3 144 5C 3D
Octal 367 100 255 0 112 36 3 504 134 75
Binary 11110111 1000000 10101101 0 1001010 11110 11 101000100 1011100 111101

Color Harmonies of #F740AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740AD

Black with #F740AD

Text Example


Text Example

White with #F740AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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