Html Css Color HEX #F25164 Wild Watermelon

📋 copy color: '#F25164'

red 242 ◦ green 81 ◦ blue 100

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

Shades of Wild Watermelon #F25164

Tints of Wild Watermelon #F25164

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 57.21%
G = 19.15%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F25164 (or 0xF25164) is known color: Wild Watermelon. HEX triplet: F2, 51 and 64. RGB value is (242,81,100). Sum of RGB (Red+Green+Blue) = 242+81+100=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F25164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25164 is #0DAE9B. Grayscale: #838383. Windows color (decimal): -896668 or 6574578. OLE color: 6574578.

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

Color convert

RGB 242 81 100 -
CMYK 0 0.67 0.59 0.05
HSL 352.92º 0.86% 0.63% -
HSV(B) 352.92º 0.67% 0.95% -
XYZ 41.86 25.68 14.81 -
YUV 131.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 242 81 100 0 0.67 0.59 0.05 352.92 0.86 0.63
Hex F2 51 64 0 43 3B 5 161 56 3F
Octal 362 121 144 0 103 73 5 541 126 77
Binary 11110010 1010001 1100100 0 1000011 111011 101 101100001 1010110 111111

Color Harmonies of #F25164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25164

Black with #F25164

Text Example


Text Example

White with #F25164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25164; }

 p { color: rgb(242,81,100); }

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

background-color css

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

 a { background-color: rgb(242,81,100); }

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

border-color css

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

 span { border-color: rgb(242,81,100); }

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