Html Css Color HEX #FA5366 Wild Watermelon

📋 copy color: '#FA5366'

red 250 ◦ green 83 ◦ blue 102

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

Shades of Wild Watermelon #FA5366

Tints of Wild Watermelon #FA5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.08%

 BLUE value IS 102 (40.23% from 255) = 23.45%

R = 57.47%
G = 19.08%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA5366 (or 0xFA5366) is known color: Wild Watermelon. HEX triplet: FA, 53 and 66. RGB value is (250,83,102). Sum of RGB (Red+Green+Blue) = 250+83+102=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5366 is #05AC99. Grayscale: #878787. Windows color (decimal): -371866 or 6706170. OLE color: 6706170.

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

Color convert

RGB 250 83 102 -
CMYK 0 0.67 0.59 0.02
HSL 353.17º 0.94% 0.65% -
HSV(B) 353.17º 0.67% 0.98% -
XYZ 44.92 27.47 15.51 -
YUV 135.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 250 83 102 0 0.67 0.59 0.02 353.17 0.94 0.65
Hex FA 53 66 0 43 3B 2 161 5E 41
Octal 372 123 146 0 103 73 2 541 136 101
Binary 11111010 1010011 1100110 0 1000011 111011 10 101100001 1011110 1000001

Color Harmonies of #FA5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5366

Black with #FA5366

Text Example


Text Example

White with #FA5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5366; }

 p { color: rgb(250,83,102); }

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

background-color css

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

 a { background-color: rgb(250,83,102); }

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

border-color css

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

 span { border-color: rgb(250,83,102); }

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