Html Css Color HEX #F14F6A Wild Watermelon

📋 copy color: '#F14F6A'

red 241 ◦ green 79 ◦ blue 106

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

Shades of Wild Watermelon #F14F6A

Tints of Wild Watermelon #F14F6A

RGB

 RED value IS 241 (94.53% from 255) = 56.57%

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

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

R = 56.57%
G = 18.54%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F14F6A (or 0xF14F6A) is known color: Wild Watermelon. HEX triplet: F1, 4F and 6A. RGB value is (241,79,106). Sum of RGB (Red+Green+Blue) = 241+79+106=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F6A is #0EB095. Grayscale: #828282. Windows color (decimal): -962710 or 6967281. OLE color: 6967281.

HSL color Cylindrical-coordinate representation of color #F14F6A: hue angle of 350º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F14F6A is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 79 106 -
CMYK 0 0.67 0.56 0.05
HSL 350º 0.85% 0.63% -
HSV(B) 350º 0.67% 0.95% -
XYZ 41.67 25.33 16.33 -
YUV 130.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 241 79 106 0 0.67 0.56 0.05 350 0.85 0.63
Hex F1 4F 6A 0 43 38 5 15E 55 3F
Octal 361 117 152 0 103 70 5 536 125 77
Binary 11110001 1001111 1101010 0 1000011 111000 101 101011110 1010101 111111

Color Harmonies of #F14F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F6A

Black with #F14F6A

Text Example


Text Example

White with #F14F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F6A; }

 p { color: rgb(241,79,106); }

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

background-color css

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

 a { background-color: rgb(241,79,106); }

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

border-color css

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

 span { border-color: rgb(241,79,106); }

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