Html Css Color HEX #FF6274 Wild Watermelon

📋 copy color: '#FF6274'

red 255 ◦ green 98 ◦ blue 116

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

Shades of Wild Watermelon #FF6274

Tints of Wild Watermelon #FF6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 54.37%
G = 20.9%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF6274 (or 0xFF6274) is known color: Wild Watermelon. HEX triplet: FF, 62 and 74. RGB value is (255,98,116). Sum of RGB (Red+Green+Blue) = 255+98+116=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6274 is #009D8B. Grayscale: #939393. Windows color (decimal): -40332 or 7627519. OLE color: 7627519.

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

Color convert

RGB 255 98 116 -
CMYK 0 0.62 0.55 0
HSL 353.12º 1% 0.69% -
HSV(B) 353.12º 0.62% 1% -
XYZ 48.76 31.26 19.99 -
YUV 147 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 255 98 116 0 0.62 0.55 0 353.12 1 0.69
Hex FF 62 74 0 3E 37 0 161 64 45
Octal 377 142 164 0 76 67 0 541 144 105
Binary 11111111 1100010 1110100 0 111110 110111 0 101100001 1100100 1000101

Color Harmonies of #FF6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6274

Black with #FF6274

Text Example


Text Example

White with #FF6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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