Html Css Color HEX #F25867 Wild Watermelon

📋 copy color: '#F25867'

red 242 ◦ green 88 ◦ blue 103

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

Shades of Wild Watermelon #F25867

Tints of Wild Watermelon #F25867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.32%

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

R = 55.89%
G = 20.32%
B = 23.79%

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

#F25867 (or 0xF25867) is known color: Wild Watermelon. HEX triplet: F2, 58 and 67. RGB value is (242,88,103). Sum of RGB (Red+Green+Blue) = 242+88+103=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F25867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25867 is #0DA798. Grayscale: #878787. Windows color (decimal): -894873 or 6772978. OLE color: 6772978.

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

Color convert

RGB 242 88 103 -
CMYK 0 0.64 0.57 0.05
HSL 354.16º 0.86% 0.65% -
HSV(B) 354.16º 0.64% 0.95% -
XYZ 42.56 26.84 15.77 -
YUV 135.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 242 88 103 0 0.64 0.57 0.05 354.16 0.86 0.65
Hex F2 58 67 0 40 39 5 162 56 41
Octal 362 130 147 0 100 71 5 542 126 101
Binary 11110010 1011000 1100111 0 1000000 111001 101 101100010 1010110 1000001

Color Harmonies of #F25867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25867

Black with #F25867

Text Example


Text Example

White with #F25867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25867; }

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

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

background-color css

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

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

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

border-color css

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

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

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