Html Css Color HEX #FF6572 Wild Watermelon

📋 copy color: '#FF6572'

red 255 ◦ green 101 ◦ blue 114

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

Shades of Wild Watermelon #FF6572

Tints of Wild Watermelon #FF6572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 54.26%
G = 21.49%
B = 24.26%

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

#FF6572 (or 0xFF6572) is known color: Wild Watermelon. HEX triplet: FF, 65 and 72. RGB value is (255,101,114). Sum of RGB (Red+Green+Blue) = 255+101+114=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6572 is #009A8D. Grayscale: #949494. Windows color (decimal): -39566 or 7497215. OLE color: 7497215.

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

Color convert

RGB 255 101 114 -
CMYK 0 0.60 0.55 0
HSL 354.94º 1% 0.7% -
HSV(B) 354.94º 0.6% 1% -
XYZ 48.93 31.78 19.48 -
YUV 148.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 255 101 114 0 0.60 0.55 0 354.94 1 0.7
Hex FF 65 72 0 3C 37 0 163 64 46
Octal 377 145 162 0 74 67 0 543 144 106
Binary 11111111 1100101 1110010 0 111100 110111 0 101100011 1100100 1000110

Color Harmonies of #FF6572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6572

Black with #FF6572

Text Example


Text Example

White with #FF6572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6572; }

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

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

background-color css

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

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

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

border-color css

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

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

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