Html Css Color HEX #FB525C Wild Watermelon

📋 copy color: '#FB525C'

red 251 ◦ green 82 ◦ blue 92

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

Shades of Wild Watermelon #FB525C

Tints of Wild Watermelon #FB525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 59.06%
G = 19.29%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB525C (or 0xFB525C) is known color: Wild Watermelon. HEX triplet: FB, 52 and 5C. RGB value is (251,82,92). Sum of RGB (Red+Green+Blue) = 251+82+92=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB525C is #04ADA3. Grayscale: #858585. Windows color (decimal): -306596 or 6050555. OLE color: 6050555.

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

Color convert

RGB 251 82 92 -
CMYK 0 0.67 0.63 0.02
HSL 356.45º 0.95% 0.65% -
HSV(B) 356.45º 0.67% 0.98% -
XYZ 44.73 27.32 13.04 -
YUV 133.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 251 82 92 0 0.67 0.63 0.02 356.45 0.95 0.65
Hex FB 52 5C 0 43 3F 2 164 5F 41
Octal 373 122 134 0 103 77 2 544 137 101
Binary 11111011 1010010 1011100 0 1000011 111111 10 101100100 1011111 1000001

Color Harmonies of #FB525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB525C

Black with #FB525C

Text Example


Text Example

White with #FB525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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