Html Css Color HEX #FF4A68 Wild Watermelon

📋 copy color: '#FF4A68'

red 255 ◦ green 74 ◦ blue 104

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

Shades of Wild Watermelon #FF4A68

Tints of Wild Watermelon #FF4A68

RGB

 RED value IS 255 (100% from 255) = 58.89%

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 58.89%
G = 17.09%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF4A68 (or 0xFF4A68) is known color: Wild Watermelon. HEX triplet: FF, 4A and 68. RGB value is (255,74,104). Sum of RGB (Red+Green+Blue) = 255+74+104=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A68 is #00B597. Grayscale: #838383. Windows color (decimal): -46488 or 6834943. OLE color: 6834943.

HSL color Cylindrical-coordinate representation of color #FF4A68: hue angle of 350.06º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A68 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 255 74 104 -
CMYK 0 0.71 0.59 0
HSL 350.06º 1% 0.65% -
HSV(B) 350.06º 0.71% 1% -
XYZ 46.19 27.16 15.9 -
YUV 131.54 112.47 216.06 -
System Red Green Blue C M Y K H S L
Decimal 255 74 104 0 0.71 0.59 0 350.06 1 0.65
Hex FF 4A 68 0 47 3B 0 15E 64 41
Octal 377 112 150 0 107 73 0 536 144 101
Binary 11111111 1001010 1101000 0 1000111 111011 0 101011110 1100100 1000001

Color Harmonies of #FF4A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A68

Black with #FF4A68

Text Example


Text Example

White with #FF4A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A68; }

 p { color: rgb(255,74,104); }

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

background-color css

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

 a { background-color: rgb(255,74,104); }

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

border-color css

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

 span { border-color: rgb(255,74,104); }

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