Html Css Color HEX #FB527B Wild Watermelon

📋 copy color: '#FB527B'

red 251 ◦ green 82 ◦ blue 123

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

Shades of Wild Watermelon #FB527B

Tints of Wild Watermelon #FB527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.97%

R = 55.04%
G = 17.98%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FB527B (or 0xFB527B) is known color: Wild Watermelon. HEX triplet: FB, 52 and 7B. RGB value is (251,82,123). Sum of RGB (Red+Green+Blue) = 251+82+123=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB527B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB527B is #04AD84. Grayscale: #898989. Windows color (decimal): -306565 or 8082171. OLE color: 8082171.

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

Color convert

RGB 251 82 123 -
CMYK 0 0.67 0.51 0.02
HSL 345.44º 0.95% 0.65% -
HSV(B) 345.44º 0.67% 0.98% -
XYZ 46.38 27.97 21.69 -
YUV 137.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 251 82 123 0 0.67 0.51 0.02 345.44 0.95 0.65
Hex FB 52 7B 0 43 33 2 159 5F 41
Octal 373 122 173 0 103 63 2 531 137 101
Binary 11111011 1010010 1111011 0 1000011 110011 10 101011001 1011111 1000001

Color Harmonies of #FB527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB527B

Black with #FB527B

Text Example


Text Example

White with #FB527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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