Html Css Color HEX #F25067 Wild Watermelon

📋 copy color: '#F25067'

red 242 ◦ green 80 ◦ blue 103

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

Shades of Wild Watermelon #F25067

Tints of Wild Watermelon #F25067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.24%

R = 56.94%
G = 18.82%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F25067 (or 0xF25067) is known color: Wild Watermelon. HEX triplet: F2, 50 and 67. RGB value is (242,80,103). Sum of RGB (Red+Green+Blue) = 242+80+103=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F25067 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25067 is #0DAF98. Grayscale: #838383. Windows color (decimal): -896921 or 6770930. OLE color: 6770930.

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

Color convert

RGB 242 80 103 -
CMYK 0 0.67 0.57 0.05
HSL 351.48º 0.86% 0.63% -
HSV(B) 351.48º 0.67% 0.95% -
XYZ 41.93 25.59 15.56 -
YUV 131.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 242 80 103 0 0.67 0.57 0.05 351.48 0.86 0.63
Hex F2 50 67 0 43 39 5 15F 56 3F
Octal 362 120 147 0 103 71 5 537 126 77
Binary 11110010 1010000 1100111 0 1000011 111001 101 101011111 1010110 111111

Color Harmonies of #F25067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25067

Black with #F25067

Text Example


Text Example

White with #F25067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25067; }

 p { color: rgb(242,80,103); }

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

background-color css

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

 a { background-color: rgb(242,80,103); }

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

border-color css

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

 span { border-color: rgb(242,80,103); }

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