Html Css Color HEX #F1506B Wild Watermelon

📋 copy color: '#F1506B'

red 241 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #F1506B

Tints of Wild Watermelon #F1506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.69%

 BLUE value IS 107 (42.19% from 255) = 25%

R = 56.31%
G = 18.69%
B = 25%

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

#F1506B (or 0xF1506B) is known color: Wild Watermelon. HEX triplet: F1, 50 and 6B. RGB value is (241,80,107). Sum of RGB (Red+Green+Blue) = 241+80+107=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F1506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1506B is #0EAF94. Grayscale: #838383. Windows color (decimal): -962453 or 7033073. OLE color: 7033073.

HSL color Cylindrical-coordinate representation of color #F1506B: hue angle of 349.94º 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 #F1506B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 107 -
CMYK 0 0.67 0.56 0.05
HSL 349.94º 0.85% 0.63% -
HSV(B) 349.94º 0.67% 0.95% -
XYZ 41.8 25.5 16.63 -
YUV 131.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 241 80 107 0 0.67 0.56 0.05 349.94 0.85 0.63
Hex F1 50 6B 0 43 38 5 15E 55 3F
Octal 361 120 153 0 103 70 5 536 125 77
Binary 11110001 1010000 1101011 0 1000011 111000 101 101011110 1010101 111111

Color Harmonies of #F1506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1506B

Black with #F1506B

Text Example


Text Example

White with #F1506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1506B; }

 p { color: rgb(241,80,107); }

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

background-color css

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

 a { background-color: rgb(241,80,107); }

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

border-color css

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

 span { border-color: rgb(241,80,107); }

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