Html Css Color HEX #FF6271 Wild Watermelon

📋 copy color: '#FF6271'

red 255 ◦ green 98 ◦ blue 113

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

Shades of Wild Watermelon #FF6271

Tints of Wild Watermelon #FF6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.03%

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 54.72%
G = 21.03%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF6271 (or 0xFF6271) is known color: Wild Watermelon. HEX triplet: FF, 62 and 71. RGB value is (255,98,113). Sum of RGB (Red+Green+Blue) = 255+98+113=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6271 is #009D8E. Grayscale: #929292. Windows color (decimal): -40335 or 7430911. OLE color: 7430911.

HSL color Cylindrical-coordinate representation of color #FF6271: hue angle of 354.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6271 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 98 113 -
CMYK 0 0.62 0.56 0
HSL 354.27º 1% 0.69% -
HSV(B) 354.27º 0.62% 1% -
XYZ 48.59 31.19 19.08 -
YUV 146.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 255 98 113 0 0.62 0.56 0 354.27 1 0.69
Hex FF 62 71 0 3E 38 0 162 64 45
Octal 377 142 161 0 76 70 0 542 144 105
Binary 11111111 1100010 1110001 0 111110 111000 0 101100010 1100100 1000101

Color Harmonies of #FF6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6271

Black with #FF6271

Text Example


Text Example

White with #FF6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6271; }

 p { color: rgb(255,98,113); }

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

background-color css

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

 a { background-color: rgb(255,98,113); }

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

border-color css

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

 span { border-color: rgb(255,98,113); }

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