Html Css Color HEX #FB526D Wild Watermelon

📋 copy color: '#FB526D'

red 251 ◦ green 82 ◦ blue 109

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

Shades of Wild Watermelon #FB526D

Tints of Wild Watermelon #FB526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.55%

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 56.79%
G = 18.55%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FB526D (or 0xFB526D) is known color: Wild Watermelon. HEX triplet: FB, 52 and 6D. RGB value is (251,82,109). Sum of RGB (Red+Green+Blue) = 251+82+109=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB526D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB526D is #04AD92. Grayscale: #878787. Windows color (decimal): -306579 or 7164667. OLE color: 7164667.

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

Color convert

RGB 251 82 109 -
CMYK 0 0.67 0.57 0.02
HSL 350.41º 0.95% 0.65% -
HSV(B) 350.41º 0.67% 0.98% -
XYZ 45.56 27.65 17.4 -
YUV 135.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 251 82 109 0 0.67 0.57 0.02 350.41 0.95 0.65
Hex FB 52 6D 0 43 39 2 15E 5F 41
Octal 373 122 155 0 103 71 2 536 137 101
Binary 11111011 1010010 1101101 0 1000011 111001 10 101011110 1011111 1000001

Color Harmonies of #FB526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB526D

Black with #FB526D

Text Example


Text Example

White with #FB526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB526D; }

 p { color: rgb(251,82,109); }

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

background-color css

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

 a { background-color: rgb(251,82,109); }

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

border-color css

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

 span { border-color: rgb(251,82,109); }

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