Html Css Color HEX #FA6268 Wild Watermelon

📋 copy color: '#FA6268'

red 250 ◦ green 98 ◦ blue 104

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

Shades of Wild Watermelon #FA6268

Tints of Wild Watermelon #FA6268

RGB

 RED value IS 250 (98.05% from 255) = 55.31%

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

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 55.31%
G = 21.68%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA6268 (or 0xFA6268) is known color: Wild Watermelon. HEX triplet: FA, 62 and 68. RGB value is (250,98,104). Sum of RGB (Red+Green+Blue) = 250+98+104=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA6268 is #059D97. Grayscale: #909090. Windows color (decimal): -368024 or 6841082. OLE color: 6841082.

HSL color Cylindrical-coordinate representation of color #FA6268: hue angle of 357.63º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA6268 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 98 104 -
CMYK 0 0.61 0.58 0.02
HSL 357.63º 0.94% 0.68% -
HSV(B) 357.63º 0.61% 0.98% -
XYZ 46.29 30.06 16.46 -
YUV 144.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 250 98 104 0 0.61 0.58 0.02 357.63 0.94 0.68
Hex FA 62 68 0 3D 3A 2 166 5E 44
Octal 372 142 150 0 75 72 2 546 136 104
Binary 11111010 1100010 1101000 0 111101 111010 10 101100110 1011110 1000100

Color Harmonies of #FA6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6268

Black with #FA6268

Text Example


Text Example

White with #FA6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6268; }

 p { color: rgb(250,98,104); }

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

background-color css

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

 a { background-color: rgb(250,98,104); }

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

border-color css

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

 span { border-color: rgb(250,98,104); }

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