Html Css Color HEX #F84C6A Wild Watermelon

📋 copy color: '#F84C6A'

red 248 ◦ green 76 ◦ blue 106

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

Shades of Wild Watermelon #F84C6A

Tints of Wild Watermelon #F84C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.67%

 BLUE value IS 106 (41.8% from 255) = 24.65%

R = 57.67%
G = 17.67%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F84C6A (or 0xF84C6A) is known color: Wild Watermelon. HEX triplet: F8, 4C and 6A. RGB value is (248,76,106). Sum of RGB (Red+Green+Blue) = 248+76+106=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C6A is #07B395. Grayscale: #828282. Windows color (decimal): -504726 or 6966520. OLE color: 6966520.

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

Color convert

RGB 248 76 106 -
CMYK 0 0.69 0.57 0.03
HSL 349.53º 0.92% 0.64% -
HSV(B) 349.53º 0.69% 0.97% -
XYZ 43.9 26.17 16.37 -
YUV 130.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 248 76 106 0 0.69 0.57 0.03 349.53 0.92 0.64
Hex F8 4C 6A 0 45 39 3 15E 5C 40
Octal 370 114 152 0 105 71 3 536 134 100
Binary 11111000 1001100 1101010 0 1000101 111001 11 101011110 1011100 1000000

Color Harmonies of #F84C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C6A

Black with #F84C6A

Text Example


Text Example

White with #F84C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C6A; }

 p { color: rgb(248,76,106); }

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

background-color css

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

 a { background-color: rgb(248,76,106); }

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

border-color css

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

 span { border-color: rgb(248,76,106); }

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