Html Css Color HEX #FF6275 Wild Watermelon

📋 copy color: '#FF6275'

red 255 ◦ green 98 ◦ blue 117

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

Shades of Wild Watermelon #FF6275

Tints of Wild Watermelon #FF6275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 54.26%
G = 20.85%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6275 (or 0xFF6275) is known color: Wild Watermelon. HEX triplet: FF, 62 and 75. RGB value is (255,98,117). Sum of RGB (Red+Green+Blue) = 255+98+117=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6275 is #009D8A. Grayscale: #939393. Windows color (decimal): -40331 or 7693055. OLE color: 7693055.

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

Color convert

RGB 255 98 117 -
CMYK 0 0.62 0.54 0
HSL 352.74º 1% 0.69% -
HSV(B) 352.74º 0.62% 1% -
XYZ 48.82 31.28 20.29 -
YUV 147.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 255 98 117 0 0.62 0.54 0 352.74 1 0.69
Hex FF 62 75 0 3E 36 0 161 64 45
Octal 377 142 165 0 76 66 0 541 144 105
Binary 11111111 1100010 1110101 0 111110 110110 0 101100001 1100100 1000101

Color Harmonies of #FF6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6275

Black with #FF6275

Text Example


Text Example

White with #FF6275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6275; }

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

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

background-color css

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

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

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

border-color css

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

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

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