Html Css Color HEX #FF4A7A Wild Watermelon

📋 copy color: '#FF4A7A'

red 255 ◦ green 74 ◦ blue 122

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

Shades of Wild Watermelon #FF4A7A

Tints of Wild Watermelon #FF4A7A

RGB

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

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

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

R = 56.54%
G = 16.41%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF4A7A (or 0xFF4A7A) is known color: Wild Watermelon. HEX triplet: FF, 4A and 7A. RGB value is (255,74,122). Sum of RGB (Red+Green+Blue) = 255+74+122=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A7A is #00B585. Grayscale: #858585. Windows color (decimal): -46470 or 8014591. OLE color: 8014591.

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

Color convert

RGB 255 74 122 -
CMYK 0 0.71 0.52 0
HSL 344.09º 1% 0.65% -
HSV(B) 344.09º 0.71% 1% -
XYZ 47.2 27.56 21.24 -
YUV 133.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 255 74 122 0 0.71 0.52 0 344.09 1 0.65
Hex FF 4A 7A 0 47 34 0 158 64 41
Octal 377 112 172 0 107 64 0 530 144 101
Binary 11111111 1001010 1111010 0 1000111 110100 0 101011000 1100100 1000001

Color Harmonies of #FF4A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4A7A

Black with #FF4A7A

Text Example


Text Example

White with #FF4A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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