Html Css Color HEX #F74098 Wild Strawberry

📋 copy color: '#F74098'

red 247 ◦ green 64 ◦ blue 152

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

Shades of Wild Strawberry #F74098

Tints of Wild Strawberry #F74098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 53.35%
G = 13.82%
B = 32.83%

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

#F74098 (or 0xF74098) is known color: Wild Strawberry. HEX triplet: F7, 40 and 98. RGB value is (247,64,152). Sum of RGB (Red+Green+Blue) = 247+64+152=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F74098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F74098 is #08BF67. Grayscale: #808080. Windows color (decimal): -573288 or 9978103. OLE color: 9978103.

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

Color convert

RGB 247 64 152 -
CMYK 0 0.74 0.38 0.03
HSL 331.15º 0.92% 0.61% -
HSV(B) 331.15º 0.74% 0.97% -
XYZ 45.86 25.71 32.25 -
YUV 128.75 141.13 212.34 -
System Red Green Blue C M Y K H S L
Decimal 247 64 152 0 0.74 0.38 0.03 331.15 0.92 0.61
Hex F7 40 98 0 4A 26 3 14B 5C 3D
Octal 367 100 230 0 112 46 3 513 134 75
Binary 11110111 1000000 10011000 0 1001010 100110 11 101001011 1011100 111101

Color Harmonies of #F74098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74098

Black with #F74098

Text Example


Text Example

White with #F74098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74098; }

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

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

background-color css

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

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

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

border-color css

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

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

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