Html Css Color HEX #F84E7A Wild Watermelon

📋 copy color: '#F84E7A'

red 248 ◦ green 78 ◦ blue 122

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

Shades of Wild Watermelon #F84E7A

Tints of Wild Watermelon #F84E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 55.36%
G = 17.41%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F84E7A (or 0xF84E7A) is known color: Wild Watermelon. HEX triplet: F8, 4E and 7A. RGB value is (248,78,122). Sum of RGB (Red+Green+Blue) = 248+78+122=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84E7A is #07B185. Grayscale: #858585. Windows color (decimal): -504198 or 8015608. OLE color: 8015608.

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

Color convert

RGB 248 78 122 -
CMYK 0 0.69 0.51 0.03
HSL 344.47º 0.92% 0.64% -
HSV(B) 344.47º 0.69% 0.97% -
XYZ 44.95 26.81 21.22 -
YUV 133.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 248 78 122 0 0.69 0.51 0.03 344.47 0.92 0.64
Hex F8 4E 7A 0 45 33 3 158 5C 40
Octal 370 116 172 0 105 63 3 530 134 100
Binary 11111000 1001110 1111010 0 1000101 110011 11 101011000 1011100 1000000

Color Harmonies of #F84E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84E7A

Black with #F84E7A

Text Example


Text Example

White with #F84E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84E7A; }

 p { color: rgb(248,78,122); }

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

background-color css

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

 a { background-color: rgb(248,78,122); }

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

border-color css

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

 span { border-color: rgb(248,78,122); }

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