Html Css Color HEX #F1526B Wild Watermelon

📋 copy color: '#F1526B'

red 241 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #F1526B

Tints of Wild Watermelon #F1526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

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

R = 56.05%
G = 19.07%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1526B (or 0xF1526B) is known color: Wild Watermelon. HEX triplet: F1, 52 and 6B. RGB value is (241,82,107). Sum of RGB (Red+Green+Blue) = 241+82+107=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1526B is #0EAD94. Grayscale: #848484. Windows color (decimal): -961941 or 7033585. OLE color: 7033585.

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

Color convert

RGB 241 82 107 -
CMYK 0 0.66 0.56 0.05
HSL 350.57º 0.85% 0.63% -
HSV(B) 350.57º 0.66% 0.95% -
XYZ 41.95 25.8 16.68 -
YUV 132.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 241 82 107 0 0.66 0.56 0.05 350.57 0.85 0.63
Hex F1 52 6B 0 42 38 5 15F 55 3F
Octal 361 122 153 0 102 70 5 537 125 77
Binary 11110001 1010010 1101011 0 1000010 111000 101 101011111 1010101 111111

Color Harmonies of #F1526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1526B

Black with #F1526B

Text Example


Text Example

White with #F1526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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