Html Css Color HEX #F74099 Wild Strawberry

📋 copy color: '#F74099'

red 247 ◦ green 64 ◦ blue 153

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

Shades of Wild Strawberry #F74099

Tints of Wild Strawberry #F74099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.97%

R = 53.23%
G = 13.79%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F74099 (or 0xF74099) is known color: Wild Strawberry. HEX triplet: F7, 40 and 99. RGB value is (247,64,153). Sum of RGB (Red+Green+Blue) = 247+64+153=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F74099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74099 is #08BF66. Grayscale: #808080. Windows color (decimal): -573287 or 10043639. OLE color: 10043639.

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

Color convert

RGB 247 64 153 -
CMYK 0 0.74 0.38 0.03
HSL 330.82º 0.92% 0.61% -
HSV(B) 330.82º 0.74% 0.97% -
XYZ 45.94 25.74 32.68 -
YUV 128.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 247 64 153 0 0.74 0.38 0.03 330.82 0.92 0.61
Hex F7 40 99 0 4A 26 3 14B 5C 3D
Octal 367 100 231 0 112 46 3 513 134 75
Binary 11110111 1000000 10011001 0 1001010 100110 11 101001011 1011100 111101

Color Harmonies of #F74099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74099

Black with #F74099

Text Example


Text Example

White with #F74099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74099; }

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

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

background-color css

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

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

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

border-color css

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

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

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