Html Css Color HEX #FA606B Wild Watermelon

📋 copy color: '#FA606B'

red 250 ◦ green 96 ◦ blue 107

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

Shades of Wild Watermelon #FA606B

Tints of Wild Watermelon #FA606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.19%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 55.19%
G = 21.19%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA606B (or 0xFA606B) is known color: Wild Watermelon. HEX triplet: FA, 60 and 6B. RGB value is (250,96,107). Sum of RGB (Red+Green+Blue) = 250+96+107=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA606B is #059F94. Grayscale: #8F8F8F. Windows color (decimal): -368533 or 7037178. OLE color: 7037178.

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

Color convert

RGB 250 96 107 -
CMYK 0 0.62 0.57 0.02
HSL 355.71º 0.94% 0.68% -
HSV(B) 355.71º 0.62% 0.98% -
XYZ 46.26 29.75 17.21 -
YUV 143.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 250 96 107 0 0.62 0.57 0.02 355.71 0.94 0.68
Hex FA 60 6B 0 3E 39 2 164 5E 44
Octal 372 140 153 0 76 71 2 544 136 104
Binary 11111010 1100000 1101011 0 111110 111001 10 101100100 1011110 1000100

Color Harmonies of #FA606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA606B

Black with #FA606B

Text Example


Text Example

White with #FA606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA606B; }

 p { color: rgb(250,96,107); }

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

background-color css

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

 a { background-color: rgb(250,96,107); }

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

border-color css

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

 span { border-color: rgb(250,96,107); }

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