Html Css Color HEX #FA4F7D Wild Watermelon

📋 copy color: '#FA4F7D'

red 250 ◦ green 79 ◦ blue 125

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

Shades of Wild Watermelon #FA4F7D

Tints of Wild Watermelon #FA4F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 55.07%
G = 17.4%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA4F7D (or 0xFA4F7D) is known color: Wild Watermelon. HEX triplet: FA, 4F and 7D. RGB value is (250,79,125). Sum of RGB (Red+Green+Blue) = 250+79+125=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 79 (31.25% from 255 or 17.40% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F7D is #05B082. Grayscale: #878787. Windows color (decimal): -372867 or 8212474. OLE color: 8212474.

HSL color Cylindrical-coordinate representation of color #FA4F7D: hue angle of 343.86º 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 #FA4F7D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 79 125 -
CMYK 0 0.68 0.50 0.02
HSL 343.86º 0.94% 0.65% -
HSV(B) 343.86º 0.68% 0.98% -
XYZ 45.92 27.4 22.27 -
YUV 135.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 250 79 125 0 0.68 0.50 0.02 343.86 0.94 0.65
Hex FA 4F 7D 0 44 32 2 158 5E 41
Octal 372 117 175 0 104 62 2 530 136 101
Binary 11111010 1001111 1111101 0 1000100 110010 10 101011000 1011110 1000001

Color Harmonies of #FA4F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4F7D

Black with #FA4F7D

Text Example


Text Example

White with #FA4F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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