Html Css Color HEX #F25266 Wild Watermelon

📋 copy color: '#F25266'

red 242 ◦ green 82 ◦ blue 102

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

Shades of Wild Watermelon #F25266

Tints of Wild Watermelon #F25266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 102 (40.23% from 255) = 23.94%

R = 56.81%
G = 19.25%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F25266 (or 0xF25266) is known color: Wild Watermelon. HEX triplet: F2, 52 and 66. RGB value is (242,82,102). Sum of RGB (Red+Green+Blue) = 242+82+102=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F25266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25266 is #0DAD99. Grayscale: #848484. Windows color (decimal): -896410 or 6705906. OLE color: 6705906.

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

Color convert

RGB 242 82 102 -
CMYK 0 0.66 0.58 0.05
HSL 352.5º 0.86% 0.64% -
HSV(B) 352.5º 0.66% 0.95% -
XYZ 42.03 25.87 15.35 -
YUV 132.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 242 82 102 0 0.66 0.58 0.05 352.5 0.86 0.64
Hex F2 52 66 0 42 3A 5 160 56 40
Octal 362 122 146 0 102 72 5 540 126 100
Binary 11110010 1010010 1100110 0 1000010 111010 101 101100000 1010110 1000000

Color Harmonies of #F25266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25266

Black with #F25266

Text Example


Text Example

White with #F25266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25266; }

 p { color: rgb(242,82,102); }

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

background-color css

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

 a { background-color: rgb(242,82,102); }

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

border-color css

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

 span { border-color: rgb(242,82,102); }

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