Html Css Color HEX #FB6770 Wild Watermelon

📋 copy color: '#FB6770'

red 251 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #FB6770

Tints of Wild Watermelon #FB6770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.1%

 BLUE value IS 112 (44.14% from 255) = 24.03%

R = 53.86%
G = 22.1%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB6770 (or 0xFB6770) is known color: Wild Watermelon. HEX triplet: FB, 67 and 70. RGB value is (251,103,112). Sum of RGB (Red+Green+Blue) = 251+103+112=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6770 is #04988F. Grayscale: #949494. Windows color (decimal): -301200 or 7366651. OLE color: 7366651.

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

Color convert

RGB 251 103 112 -
CMYK 0 0.59 0.55 0.02
HSL 356.35º 0.95% 0.69% -
HSV(B) 356.35º 0.59% 0.98% -
XYZ 47.56 31.38 18.88 -
YUV 148.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 251 103 112 0 0.59 0.55 0.02 356.35 0.95 0.69
Hex FB 67 70 0 3B 37 2 164 5F 45
Octal 373 147 160 0 73 67 2 544 137 105
Binary 11111011 1100111 1110000 0 111011 110111 10 101100100 1011111 1000101

Color Harmonies of #FB6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6770

Black with #FB6770

Text Example


Text Example

White with #FB6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6770; }

 p { color: rgb(251,103,112); }

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

background-color css

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

 a { background-color: rgb(251,103,112); }

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

border-color css

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

 span { border-color: rgb(251,103,112); }

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