Html Css Color HEX #FB547D Wild Watermelon

📋 copy color: '#FB547D'

red 251 ◦ green 84 ◦ blue 125

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

Shades of Wild Watermelon #FB547D

Tints of Wild Watermelon #FB547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 54.57%
G = 18.26%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FB547D (or 0xFB547D) is known color: Wild Watermelon. HEX triplet: FB, 54 and 7D. RGB value is (251,84,125). Sum of RGB (Red+Green+Blue) = 251+84+125=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FB547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB547D is #04AB82. Grayscale: #8A8A8A. Windows color (decimal): -306051 or 8213755. OLE color: 8213755.

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

Color convert

RGB 251 84 125 -
CMYK 0 0.67 0.50 0.02
HSL 345.27º 0.95% 0.66% -
HSV(B) 345.27º 0.67% 0.98% -
XYZ 46.66 28.33 22.41 -
YUV 138.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 251 84 125 0 0.67 0.50 0.02 345.27 0.95 0.66
Hex FB 54 7D 0 43 32 2 159 5F 42
Octal 373 124 175 0 103 62 2 531 137 102
Binary 11111011 1010100 1111101 0 1000011 110010 10 101011001 1011111 1000010

Color Harmonies of #FB547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB547D

Black with #FB547D

Text Example


Text Example

White with #FB547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB547D; }

 p { color: rgb(251,84,125); }

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

background-color css

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

 a { background-color: rgb(251,84,125); }

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

border-color css

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

 span { border-color: rgb(251,84,125); }

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