Html Css Color HEX #F25F67 Wild Watermelon

📋 copy color: '#F25F67'

red 242 ◦ green 95 ◦ blue 103

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

Shades of Wild Watermelon #F25F67

Tints of Wild Watermelon #F25F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 55%
G = 21.59%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F25F67 (or 0xF25F67) is known color: Wild Watermelon. HEX triplet: F2, 5F and 67. RGB value is (242,95,103). Sum of RGB (Red+Green+Blue) = 242+95+103=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F25F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25F67 is #0DA098. Grayscale: #8B8B8B. Windows color (decimal): -893081 or 6774770. OLE color: 6774770.

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

Color convert

RGB 242 95 103 -
CMYK 0 0.61 0.57 0.05
HSL 356.73º 0.85% 0.66% -
HSV(B) 356.73º 0.61% 0.95% -
XYZ 43.16 28.04 15.97 -
YUV 139.87 107.2 200.85 -
System Red Green Blue C M Y K H S L
Decimal 242 95 103 0 0.61 0.57 0.05 356.73 0.85 0.66
Hex F2 5F 67 0 3D 39 5 165 55 42
Octal 362 137 147 0 75 71 5 545 125 102
Binary 11110010 1011111 1100111 0 111101 111001 101 101100101 1010101 1000010

Color Harmonies of #F25F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25F67

Black with #F25F67

Text Example


Text Example

White with #F25F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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