Html Css Color HEX #F74A6A Wild Watermelon

📋 copy color: '#F74A6A'

red 247 ◦ green 74 ◦ blue 106

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

Shades of Wild Watermelon #F74A6A

Tints of Wild Watermelon #F74A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 57.85%
G = 17.33%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F74A6A (or 0xF74A6A) is known color: Wild Watermelon. HEX triplet: F7, 4A and 6A. RGB value is (247,74,106). Sum of RGB (Red+Green+Blue) = 247+74+106=427 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.85% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74A6A is #08B595. Grayscale: #818181. Windows color (decimal): -570774 or 6966007. OLE color: 6966007.

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

Color convert

RGB 247 74 106 -
CMYK 0 0.70 0.57 0.03
HSL 348.9º 0.92% 0.63% -
HSV(B) 348.9º 0.7% 0.97% -
XYZ 43.41 25.71 16.31 -
YUV 129.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 247 74 106 0 0.70 0.57 0.03 348.9 0.92 0.63
Hex F7 4A 6A 0 46 39 3 15D 5C 3F
Octal 367 112 152 0 106 71 3 535 134 77
Binary 11110111 1001010 1101010 0 1000110 111001 11 101011101 1011100 111111

Color Harmonies of #F74A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74A6A

Black with #F74A6A

Text Example


Text Example

White with #F74A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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