Html Css Color HEX #FA4F64 Wild Watermelon

📋 copy color: '#FA4F64'

red 250 ◦ green 79 ◦ blue 100

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

Shades of Wild Watermelon #FA4F64

Tints of Wild Watermelon #FA4F64

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 100 (39.45% from 255) = 23.31%

R = 58.28%
G = 18.41%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA4F64 (or 0xFA4F64) is known color: Wild Watermelon. HEX triplet: FA, 4F and 64. RGB value is (250,79,100). Sum of RGB (Red+Green+Blue) = 250+79+100=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F64 is #05B09B. Grayscale: #848484. Windows color (decimal): -372892 or 6574074. OLE color: 6574074.

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

Color convert

RGB 250 79 100 -
CMYK 0 0.68 0.6 0.02
HSL 352.63º 0.94% 0.65% -
HSV(B) 352.63º 0.68% 0.98% -
XYZ 44.52 26.84 14.89 -
YUV 132.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 250 79 100 0 0.68 0.6 0.02 352.63 0.94 0.65
Hex FA 4F 64 0 44 3C 2 161 5E 41
Octal 372 117 144 0 104 74 2 541 136 101
Binary 11111010 1001111 1100100 0 1000100 111100 10 101100001 1011110 1000001

Color Harmonies of #FA4F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F64

Black with #FA4F64

Text Example


Text Example

White with #FA4F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F64; }

 p { color: rgb(250,79,100); }

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

background-color css

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

 a { background-color: rgb(250,79,100); }

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

border-color css

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

 span { border-color: rgb(250,79,100); }

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