Html Css Color HEX #F25667 Wild Watermelon

📋 copy color: '#F25667'

red 242 ◦ green 86 ◦ blue 103

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

Shades of Wild Watermelon #F25667

Tints of Wild Watermelon #F25667

RGB

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

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

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

R = 56.15%
G = 19.95%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F25667 (or 0xF25667) is known color: Wild Watermelon. HEX triplet: F2, 56 and 67. RGB value is (242,86,103). Sum of RGB (Red+Green+Blue) = 242+86+103=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F25667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25667 is #0DA998. Grayscale: #868686. Windows color (decimal): -895385 or 6772466. OLE color: 6772466.

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

Color convert

RGB 242 86 103 -
CMYK 0 0.64 0.57 0.05
HSL 353.46º 0.86% 0.64% -
HSV(B) 353.46º 0.64% 0.95% -
XYZ 42.39 26.51 15.71 -
YUV 134.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 242 86 103 0 0.64 0.57 0.05 353.46 0.86 0.64
Hex F2 56 67 0 40 39 5 161 56 40
Octal 362 126 147 0 100 71 5 541 126 100
Binary 11110010 1010110 1100111 0 1000000 111001 101 101100001 1010110 1000000

Color Harmonies of #F25667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25667

Black with #F25667

Text Example


Text Example

White with #F25667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25667; }

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

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

background-color css

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

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

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

border-color css

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

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

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