Html Css Color HEX #FF6B75 Wild Watermelon

📋 copy color: '#FF6B75'

red 255 ◦ green 107 ◦ blue 117

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

Shades of Wild Watermelon #FF6B75

Tints of Wild Watermelon #FF6B75

RGB

 RED value IS 255 (100% from 255) = 53.24%

 GREEN value IS 107 (42.19% from 255) = 22.34%

 BLUE value IS 117 (46.09% from 255) = 24.43%

R = 53.24%
G = 22.34%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF6B75 (or 0xFF6B75) is known color: Wild Watermelon. HEX triplet: FF, 6B and 75. RGB value is (255,107,117). Sum of RGB (Red+Green+Blue) = 255+107+117=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B75 is #00948A. Grayscale: #989898. Windows color (decimal): -38027 or 7695359. OLE color: 7695359.

HSL color Cylindrical-coordinate representation of color #FF6B75: hue angle of 355.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6B75 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 117 -
CMYK 0 0.58 0.54 0
HSL 355.95º 1% 0.71% -
HSV(B) 355.95º 0.58% 1% -
XYZ 49.71 33.06 20.59 -
YUV 152.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 255 107 117 0 0.58 0.54 0 355.95 1 0.71
Hex FF 6B 75 0 3A 36 0 164 64 47
Octal 377 153 165 0 72 66 0 544 144 107
Binary 11111111 1101011 1110101 0 111010 110110 0 101100100 1100100 1000111

Color Harmonies of #FF6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B75

Black with #FF6B75

Text Example


Text Example

White with #FF6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B75; }

 p { color: rgb(255,107,117); }

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

background-color css

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

 a { background-color: rgb(255,107,117); }

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

border-color css

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

 span { border-color: rgb(255,107,117); }

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