Html Css Color HEX #FA4B68 Wild Watermelon

📋 copy color: '#FA4B68'

red 250 ◦ green 75 ◦ blue 104

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

Shades of Wild Watermelon #FA4B68

Tints of Wild Watermelon #FA4B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 58.28%
G = 17.48%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA4B68 (or 0xFA4B68) is known color: Wild Watermelon. HEX triplet: FA, 4B and 68. RGB value is (250,75,104). Sum of RGB (Red+Green+Blue) = 250+75+104=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4B68 is #05B497. Grayscale: #828282. Windows color (decimal): -373912 or 6835194. OLE color: 6835194.

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

Color convert

RGB 250 75 104 -
CMYK 0 0.7 0.58 0.02
HSL 350.06º 0.95% 0.64% -
HSV(B) 350.06º 0.7% 0.98% -
XYZ 44.44 26.36 15.84 -
YUV 130.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 250 75 104 0 0.7 0.58 0.02 350.06 0.95 0.64
Hex FA 4B 68 0 46 3A 2 15E 5F 40
Octal 372 113 150 0 106 72 2 536 137 100
Binary 11111010 1001011 1101000 0 1000110 111010 10 101011110 1011111 1000000

Color Harmonies of #FA4B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B68

Black with #FA4B68

Text Example


Text Example

White with #FA4B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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