Html Css Color HEX #F84F7D Wild Watermelon

📋 copy color: '#F84F7D'

red 248 ◦ green 79 ◦ blue 125

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

Shades of Wild Watermelon #F84F7D

Tints of Wild Watermelon #F84F7D

RGB

 RED value IS 248 (97.27% from 255) = 54.87%

 GREEN value IS 79 (31.25% from 255) = 17.48%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 54.87%
G = 17.48%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F84F7D (or 0xF84F7D) is known color: Wild Watermelon. HEX triplet: F8, 4F and 7D. RGB value is (248,79,125). Sum of RGB (Red+Green+Blue) = 248+79+125=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84F7D is #07B082. Grayscale: #868686. Windows color (decimal): -503939 or 8212472. OLE color: 8212472.

HSL color Cylindrical-coordinate representation of color #F84F7D: hue angle of 343.67º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F7D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 125 -
CMYK 0 0.68 0.50 0.03
HSL 343.67º 0.92% 0.64% -
HSV(B) 343.67º 0.68% 0.97% -
XYZ 45.21 27.03 22.24 -
YUV 134.78 122.49 208.76 -
System Red Green Blue C M Y K H S L
Decimal 248 79 125 0 0.68 0.50 0.03 343.67 0.92 0.64
Hex F8 4F 7D 0 44 32 3 158 5C 40
Octal 370 117 175 0 104 62 3 530 134 100
Binary 11111000 1001111 1111101 0 1000100 110010 11 101011000 1011100 1000000

Color Harmonies of #F84F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F7D

Black with #F84F7D

Text Example


Text Example

White with #F84F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F7D; }

 p { color: rgb(248,79,125); }

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

background-color css

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

 a { background-color: rgb(248,79,125); }

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

border-color css

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

 span { border-color: rgb(248,79,125); }

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