Html Css Color HEX #F25267 Wild Watermelon

📋 copy color: '#F25267'

red 242 ◦ green 82 ◦ blue 103

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

Shades of Wild Watermelon #F25267

Tints of Wild Watermelon #F25267

RGB

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

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

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

R = 56.67%
G = 19.2%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F25267 (or 0xF25267) is known color: Wild Watermelon. HEX triplet: F2, 52 and 67. RGB value is (242,82,103). Sum of RGB (Red+Green+Blue) = 242+82+103=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F25267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25267 is #0DAD98. Grayscale: #848484. Windows color (decimal): -896409 or 6771442. OLE color: 6771442.

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

Color convert

RGB 242 82 103 -
CMYK 0 0.66 0.57 0.05
HSL 352.13º 0.86% 0.64% -
HSV(B) 352.13º 0.66% 0.95% -
XYZ 42.08 25.89 15.61 -
YUV 132.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 242 82 103 0 0.66 0.57 0.05 352.13 0.86 0.64
Hex F2 52 67 0 42 39 5 160 56 40
Octal 362 122 147 0 102 71 5 540 126 100
Binary 11110010 1010010 1100111 0 1000010 111001 101 101100000 1010110 1000000

Color Harmonies of #F25267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25267

Black with #F25267

Text Example


Text Example

White with #F25267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25267; }

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

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

background-color css

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

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

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

border-color css

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

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

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