Html Css Color HEX #F25367 Wild Watermelon

📋 copy color: '#F25367'

red 242 ◦ green 83 ◦ blue 103

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

Shades of Wild Watermelon #F25367

Tints of Wild Watermelon #F25367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

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

R = 56.54%
G = 19.39%
B = 24.07%

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

#F25367 (or 0xF25367) is known color: Wild Watermelon. HEX triplet: F2, 53 and 67. RGB value is (242,83,103). Sum of RGB (Red+Green+Blue) = 242+83+103=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F25367 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25367 is #0DAC98. Grayscale: #848484. Windows color (decimal): -896153 or 6771698. OLE color: 6771698.

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

Color convert

RGB 242 83 103 -
CMYK 0 0.66 0.57 0.05
HSL 352.45º 0.86% 0.64% -
HSV(B) 352.45º 0.66% 0.95% -
XYZ 42.16 26.04 15.64 -
YUV 132.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 242 83 103 0 0.66 0.57 0.05 352.45 0.86 0.64
Hex F2 53 67 0 42 39 5 160 56 40
Octal 362 123 147 0 102 71 5 540 126 100
Binary 11110010 1010011 1100111 0 1000010 111001 101 101100000 1010110 1000000

Color Harmonies of #F25367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25367

Black with #F25367

Text Example


Text Example

White with #F25367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25367; }

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

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

background-color css

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

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

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

border-color css

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

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

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