Html Css Color HEX #FA4C66 Wild Watermelon

📋 copy color: '#FA4C66'

red 250 ◦ green 76 ◦ blue 102

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

Shades of Wild Watermelon #FA4C66

Tints of Wild Watermelon #FA4C66

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.76%

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

R = 58.41%
G = 17.76%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA4C66 (or 0xFA4C66) is known color: Wild Watermelon. HEX triplet: FA, 4C and 66. RGB value is (250,76,102). Sum of RGB (Red+Green+Blue) = 250+76+102=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4C66 is #05B399. Grayscale: #838383. Windows color (decimal): -373658 or 6704378. OLE color: 6704378.

HSL color Cylindrical-coordinate representation of color #FA4C66: hue angle of 351.03º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4C66 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 102 -
CMYK 0 0.70 0.59 0.02
HSL 351.03º 0.95% 0.64% -
HSV(B) 351.03º 0.7% 0.98% -
XYZ 44.41 26.45 15.34 -
YUV 130.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 250 76 102 0 0.70 0.59 0.02 351.03 0.95 0.64
Hex FA 4C 66 0 46 3B 2 15F 5F 40
Octal 372 114 146 0 106 73 2 537 137 100
Binary 11111010 1001100 1100110 0 1000110 111011 10 101011111 1011111 1000000

Color Harmonies of #FA4C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C66

Black with #FA4C66

Text Example


Text Example

White with #FA4C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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