Html Css Color HEX #FB6471 Wild Watermelon

📋 copy color: '#FB6471'

red 251 ◦ green 100 ◦ blue 113

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

Shades of Wild Watermelon #FB6471

Tints of Wild Watermelon #FB6471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 54.09%
G = 21.55%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6471 (or 0xFB6471) is known color: Wild Watermelon. HEX triplet: FB, 64 and 71. RGB value is (251,100,113). Sum of RGB (Red+Green+Blue) = 251+100+113=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6471 is #049B8E. Grayscale: #929292. Windows color (decimal): -301967 or 7431419. OLE color: 7431419.

HSL color Cylindrical-coordinate representation of color #FB6471: hue angle of 354.83º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB6471 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 100 113 -
CMYK 0 0.60 0.55 0.02
HSL 354.83º 0.95% 0.69% -
HSV(B) 354.83º 0.6% 0.98% -
XYZ 47.32 30.82 19.08 -
YUV 146.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 251 100 113 0 0.60 0.55 0.02 354.83 0.95 0.69
Hex FB 64 71 0 3C 37 2 163 5F 45
Octal 373 144 161 0 74 67 2 543 137 105
Binary 11111011 1100100 1110001 0 111100 110111 10 101100011 1011111 1000101

Color Harmonies of #FB6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6471

Black with #FB6471

Text Example


Text Example

White with #FB6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6471; }

 p { color: rgb(251,100,113); }

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

background-color css

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

 a { background-color: rgb(251,100,113); }

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

border-color css

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

 span { border-color: rgb(251,100,113); }

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