Html Css Color HEX #FB6465 Wild Watermelon

📋 copy color: '#FB6465'

red 251 ◦ green 100 ◦ blue 101

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

Shades of Wild Watermelon #FB6465

Tints of Wild Watermelon #FB6465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 55.53%
G = 22.12%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FB6465 (or 0xFB6465) is known color: Wild Watermelon. HEX triplet: FB, 64 and 65. RGB value is (251,100,101). Sum of RGB (Red+Green+Blue) = 251+100+101=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6465 is #049B9A. Grayscale: #919191. Windows color (decimal): -301979 or 6644987. OLE color: 6644987.

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

Color convert

RGB 251 100 101 -
CMYK 0 0.60 0.60 0.02
HSL 359.6º 0.95% 0.69% -
HSV(B) 359.6º 0.6% 0.98% -
XYZ 46.69 30.56 15.75 -
YUV 145.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 251 100 101 0 0.60 0.60 0.02 359.6 0.95 0.69
Hex FB 64 65 0 3C 3C 2 168 5F 45
Octal 373 144 145 0 74 74 2 550 137 105
Binary 11111011 1100100 1100101 0 111100 111100 10 101101000 1011111 1000101

Color Harmonies of #FB6465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6465

Black with #FB6465

Text Example


Text Example

White with #FB6465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6465; }

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

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

background-color css

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

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

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

border-color css

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

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

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