Html Css Color HEX #FB526B Wild Watermelon

📋 copy color: '#FB526B'

red 251 ◦ green 82 ◦ blue 107

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

Shades of Wild Watermelon #FB526B

Tints of Wild Watermelon #FB526B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 57.05%
G = 18.64%
B = 24.32%

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

#FB526B (or 0xFB526B) is known color: Wild Watermelon. HEX triplet: FB, 52 and 6B. RGB value is (251,82,107). Sum of RGB (Red+Green+Blue) = 251+82+107=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB526B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB526B is #04AD94. Grayscale: #878787. Windows color (decimal): -306581 or 7033595. OLE color: 7033595.

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

Color convert

RGB 251 82 107 -
CMYK 0 0.67 0.57 0.02
HSL 351.12º 0.95% 0.65% -
HSV(B) 351.12º 0.67% 0.98% -
XYZ 45.45 27.61 16.84 -
YUV 135.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 251 82 107 0 0.67 0.57 0.02 351.12 0.95 0.65
Hex FB 52 6B 0 43 39 2 15F 5F 41
Octal 373 122 153 0 103 71 2 537 137 101
Binary 11111011 1010010 1101011 0 1000011 111001 10 101011111 1011111 1000001

Color Harmonies of #FB526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB526B

Black with #FB526B

Text Example


Text Example

White with #FB526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB526B; }

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

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

background-color css

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

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

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

border-color css

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

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

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