Html Css Color HEX #FA4B73 Wild Watermelon

📋 copy color: '#FA4B73'

red 250 ◦ green 75 ◦ blue 115

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

Shades of Wild Watermelon #FA4B73

Tints of Wild Watermelon #FA4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 56.82%
G = 17.05%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA4B73 (or 0xFA4B73) is known color: Wild Watermelon. HEX triplet: FA, 4B and 73. RGB value is (250,75,115). Sum of RGB (Red+Green+Blue) = 250+75+115=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B73 is #05B48C. Grayscale: #838383. Windows color (decimal): -373901 or 7556090. OLE color: 7556090.

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

Color convert

RGB 250 75 115 -
CMYK 0 0.7 0.54 0.02
HSL 346.29º 0.95% 0.64% -
HSV(B) 346.29º 0.7% 0.98% -
XYZ 45.03 26.59 18.98 -
YUV 131.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 250 75 115 0 0.7 0.54 0.02 346.29 0.95 0.64
Hex FA 4B 73 0 46 36 2 15A 5F 40
Octal 372 113 163 0 106 66 2 532 137 100
Binary 11111010 1001011 1110011 0 1000110 110110 10 101011010 1011111 1000000

Color Harmonies of #FA4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B73

Black with #FA4B73

Text Example


Text Example

White with #FA4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B73; }

 p { color: rgb(250,75,115); }

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

background-color css

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

 a { background-color: rgb(250,75,115); }

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

border-color css

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

 span { border-color: rgb(250,75,115); }

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