Html Css Color HEX #F74C7A Wild Watermelon

📋 copy color: '#F74C7A'

red 247 ◦ green 76 ◦ blue 122

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

Shades of Wild Watermelon #F74C7A

Tints of Wild Watermelon #F74C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 55.51%
G = 17.08%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F74C7A (or 0xF74C7A) is known color: Wild Watermelon. HEX triplet: F7, 4C and 7A. RGB value is (247,76,122). Sum of RGB (Red+Green+Blue) = 247+76+122=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F74C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74C7A is #08B385. Grayscale: #848484. Windows color (decimal): -570246 or 8015095. OLE color: 8015095.

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

Color convert

RGB 247 76 122 -
CMYK 0 0.69 0.51 0.03
HSL 343.86º 0.91% 0.63% -
HSV(B) 343.86º 0.69% 0.97% -
XYZ 44.46 26.35 21.16 -
YUV 132.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 247 76 122 0 0.69 0.51 0.03 343.86 0.91 0.63
Hex F7 4C 7A 0 45 33 3 158 5B 3F
Octal 367 114 172 0 105 63 3 530 133 77
Binary 11110111 1001100 1111010 0 1000101 110011 11 101011000 1011011 111111

Color Harmonies of #F74C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74C7A

Black with #F74C7A

Text Example


Text Example

White with #F74C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74C7A; }

 p { color: rgb(247,76,122); }

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

background-color css

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

 a { background-color: rgb(247,76,122); }

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

border-color css

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

 span { border-color: rgb(247,76,122); }

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