Html Css Color HEX #FF6772 Wild Watermelon

📋 copy color: '#FF6772'

red 255 ◦ green 103 ◦ blue 114

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

Shades of Wild Watermelon #FF6772

Tints of Wild Watermelon #FF6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.82%

 BLUE value IS 114 (44.92% from 255) = 24.15%

R = 54.03%
G = 21.82%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6772 (or 0xFF6772) is known color: Wild Watermelon. HEX triplet: FF, 67 and 72. RGB value is (255,103,114). Sum of RGB (Red+Green+Blue) = 255+103+114=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6772 is #00988D. Grayscale: #959595. Windows color (decimal): -39054 or 7497727. OLE color: 7497727.

HSL color Cylindrical-coordinate representation of color #FF6772: hue angle of 355.66º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6772 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 103 114 -
CMYK 0 0.60 0.55 0
HSL 355.66º 1% 0.7% -
HSV(B) 355.66º 0.6% 1% -
XYZ 49.13 32.18 19.54 -
YUV 149.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 255 103 114 0 0.60 0.55 0 355.66 1 0.7
Hex FF 67 72 0 3C 37 0 164 64 46
Octal 377 147 162 0 74 67 0 544 144 106
Binary 11111111 1100111 1110010 0 111100 110111 0 101100100 1100100 1000110

Color Harmonies of #FF6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6772

Black with #FF6772

Text Example


Text Example

White with #FF6772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6772; }

 p { color: rgb(255,103,114); }

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

background-color css

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

 a { background-color: rgb(255,103,114); }

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

border-color css

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

 span { border-color: rgb(255,103,114); }

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