Html Css Color HEX #FF4A6A Wild Watermelon

📋 copy color: '#FF4A6A'

red 255 ◦ green 74 ◦ blue 106

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

Shades of Wild Watermelon #FF4A6A

Tints of Wild Watermelon #FF4A6A

RGB

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

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

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

R = 58.62%
G = 17.01%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF4A6A (or 0xFF4A6A) is known color: Wild Watermelon. HEX triplet: FF, 4A and 6A. RGB value is (255,74,106). Sum of RGB (Red+Green+Blue) = 255+74+106=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A6A is #00B595. Grayscale: #838383. Windows color (decimal): -46486 or 6966015. OLE color: 6966015.

HSL color Cylindrical-coordinate representation of color #FF4A6A: hue angle of 349.39º 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 #FF4A6A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 255 74 106 -
CMYK 0 0.71 0.58 0
HSL 349.39º 1% 0.65% -
HSV(B) 349.39º 0.71% 1% -
XYZ 46.29 27.2 16.45 -
YUV 131.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 255 74 106 0 0.71 0.58 0 349.39 1 0.65
Hex FF 4A 6A 0 47 3A 0 15D 64 41
Octal 377 112 152 0 107 72 0 535 144 101
Binary 11111111 1001010 1101010 0 1000111 111010 0 101011101 1100100 1000001

Color Harmonies of #FF4A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A6A

Black with #FF4A6A

Text Example


Text Example

White with #FF4A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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