Html Css Color HEX #F74F74 Wild Watermelon

📋 copy color: '#F74F74'

red 247 ◦ green 79 ◦ blue 116

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

Shades of Wild Watermelon #F74F74

Tints of Wild Watermelon #F74F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

 BLUE value IS 116 (45.7% from 255) = 26.24%

R = 55.88%
G = 17.87%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F74F74 (or 0xF74F74) is known color: Wild Watermelon. HEX triplet: F7, 4F and 74. RGB value is (247,79,116). Sum of RGB (Red+Green+Blue) = 247+79+116=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F74F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F74F74 is #08B08B. Grayscale: #858585. Windows color (decimal): -569484 or 7622647. OLE color: 7622647.

HSL color Cylindrical-coordinate representation of color #F74F74: hue angle of 346.79º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74F74 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 79 116 -
CMYK 0 0.68 0.53 0.03
HSL 346.79º 0.91% 0.64% -
HSV(B) 346.79º 0.68% 0.97% -
XYZ 44.31 26.63 19.33 -
YUV 133.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 247 79 116 0 0.68 0.53 0.03 346.79 0.91 0.64
Hex F7 4F 74 0 44 35 3 15B 5B 40
Octal 367 117 164 0 104 65 3 533 133 100
Binary 11110111 1001111 1110100 0 1000100 110101 11 101011011 1011011 1000000

Color Harmonies of #F74F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74F74

Black with #F74F74

Text Example


Text Example

White with #F74F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74F74; }

 p { color: rgb(247,79,116); }

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

background-color css

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

 a { background-color: rgb(247,79,116); }

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

border-color css

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

 span { border-color: rgb(247,79,116); }

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