Html Css Color HEX #F25674 Wild Watermelon

📋 copy color: '#F25674'

red 242 ◦ green 86 ◦ blue 116

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

Shades of Wild Watermelon #F25674

Tints of Wild Watermelon #F25674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 54.5%
G = 19.37%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F25674 (or 0xF25674) is known color: Wild Watermelon. HEX triplet: F2, 56 and 74. RGB value is (242,86,116). Sum of RGB (Red+Green+Blue) = 242+86+116=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F25674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25674 is #0DA98B. Grayscale: #888888. Windows color (decimal): -895372 or 7624434. OLE color: 7624434.

HSL color Cylindrical-coordinate representation of color #F25674: hue angle of 348.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25674 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 86 116 -
CMYK 0 0.64 0.52 0.05
HSL 348.46º 0.86% 0.64% -
HSV(B) 348.46º 0.64% 0.95% -
XYZ 43.1 26.79 19.42 -
YUV 136.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 242 86 116 0 0.64 0.52 0.05 348.46 0.86 0.64
Hex F2 56 74 0 40 34 5 15C 56 40
Octal 362 126 164 0 100 64 5 534 126 100
Binary 11110010 1010110 1110100 0 1000000 110100 101 101011100 1010110 1000000

Color Harmonies of #F25674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25674

Black with #F25674

Text Example


Text Example

White with #F25674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25674; }

 p { color: rgb(242,86,116); }

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

background-color css

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

 a { background-color: rgb(242,86,116); }

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

border-color css

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

 span { border-color: rgb(242,86,116); }

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