Html Css Color HEX #FF4B6A Wild Watermelon

📋 copy color: '#FF4B6A'

red 255 ◦ green 75 ◦ blue 106

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

Shades of Wild Watermelon #FF4B6A

Tints of Wild Watermelon #FF4B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

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

R = 58.49%
G = 17.2%
B = 24.31%

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

#FF4B6A (or 0xFF4B6A) is known color: Wild Watermelon. HEX triplet: FF, 4B and 6A. RGB value is (255,75,106). Sum of RGB (Red+Green+Blue) = 255+75+106=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B6A is #00B495. Grayscale: #848484. Windows color (decimal): -46230 or 6966271. OLE color: 6966271.

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

Color convert

RGB 255 75 106 -
CMYK 0 0.71 0.58 0
HSL 349.67º 1% 0.65% -
HSV(B) 349.67º 0.71% 1% -
XYZ 46.36 27.33 16.47 -
YUV 132.35 113.13 215.48 -
System Red Green Blue C M Y K H S L
Decimal 255 75 106 0 0.71 0.58 0 349.67 1 0.65
Hex FF 4B 6A 0 47 3A 0 15E 64 41
Octal 377 113 152 0 107 72 0 536 144 101
Binary 11111111 1001011 1101010 0 1000111 111010 0 101011110 1100100 1000001

Color Harmonies of #FF4B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B6A

Black with #FF4B6A

Text Example


Text Example

White with #FF4B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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