Html Css Color HEX #F74A6C Wild Watermelon

📋 copy color: '#F74A6C'

red 247 ◦ green 74 ◦ blue 108

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

Shades of Wild Watermelon #F74A6C

Tints of Wild Watermelon #F74A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 108 (42.58% from 255) = 25.17%

R = 57.58%
G = 17.25%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F74A6C (or 0xF74A6C) is known color: Wild Watermelon. HEX triplet: F7, 4A and 6C. RGB value is (247,74,108). Sum of RGB (Red+Green+Blue) = 247+74+108=429 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.58% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A6C is #08B593. Grayscale: #818181. Windows color (decimal): -570772 or 7097079. OLE color: 7097079.

HSL color Cylindrical-coordinate representation of color #F74A6C: hue angle of 348.21º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74A6C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 74 108 -
CMYK 0 0.70 0.56 0.03
HSL 348.21º 0.92% 0.63% -
HSV(B) 348.21º 0.7% 0.97% -
XYZ 43.51 25.75 16.87 -
YUV 129.6 115.81 211.74 -
System Red Green Blue C M Y K H S L
Decimal 247 74 108 0 0.70 0.56 0.03 348.21 0.92 0.63
Hex F7 4A 6C 0 46 38 3 15C 5C 3F
Octal 367 112 154 0 106 70 3 534 134 77
Binary 11110111 1001010 1101100 0 1000110 111000 11 101011100 1011100 111111

Color Harmonies of #F74A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A6C

Black with #F74A6C

Text Example


Text Example

White with #F74A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A6C; }

 p { color: rgb(247,74,108); }

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

background-color css

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

 a { background-color: rgb(247,74,108); }

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

border-color css

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

 span { border-color: rgb(247,74,108); }

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