Html Css Color HEX #FB4D75 Wild Watermelon

📋 copy color: '#FB4D75'

red 251 ◦ green 77 ◦ blue 117

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

Shades of Wild Watermelon #FB4D75

Tints of Wild Watermelon #FB4D75

RGB

 RED value IS 251 (98.44% from 255) = 56.4%

 GREEN value IS 77 (30.47% from 255) = 17.3%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 56.4%
G = 17.3%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB4D75 (or 0xFB4D75) is known color: Wild Watermelon. HEX triplet: FB, 4D and 75. RGB value is (251,77,117). Sum of RGB (Red+Green+Blue) = 251+77+117=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D75 is #04B28A. Grayscale: #858585. Windows color (decimal): -307851 or 7687675. OLE color: 7687675.

HSL color Cylindrical-coordinate representation of color #FB4D75: hue angle of 346.21º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D75 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 77 117 -
CMYK 0 0.69 0.53 0.02
HSL 346.21º 0.96% 0.64% -
HSV(B) 346.21º 0.69% 0.98% -
XYZ 45.65 27.1 19.65 -
YUV 133.59 118.65 211.75 -
System Red Green Blue C M Y K H S L
Decimal 251 77 117 0 0.69 0.53 0.02 346.21 0.96 0.64
Hex FB 4D 75 0 45 35 2 15A 60 40
Octal 373 115 165 0 105 65 2 532 140 100
Binary 11111011 1001101 1110101 0 1000101 110101 10 101011010 1100000 1000000

Color Harmonies of #FB4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4D75

Black with #FB4D75

Text Example


Text Example

White with #FB4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4D75; }

 p { color: rgb(251,77,117); }

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

background-color css

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

 a { background-color: rgb(251,77,117); }

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

border-color css

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

 span { border-color: rgb(251,77,117); }

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