Html Css Color HEX #F78385 Wewak

📋 copy color: '#F78385'

red 247 ◦ green 131 ◦ blue 133

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

Shades of Wewak #F78385

Tints of Wewak #F78385

RGB

 RED value IS 247 (96.88% from 255) = 48.34%

 GREEN value IS 131 (51.56% from 255) = 25.64%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 48.34%
G = 25.64%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F78385 (or 0xF78385) is known color: Wewak. HEX triplet: F7, 83 and 85. RGB value is (247,131,133). Sum of RGB (Red+Green+Blue) = 247+131+133=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F78385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78385 is #087C7A. Grayscale: #A6A6A6. Windows color (decimal): -556155 or 8750071. OLE color: 8750071.

HSL color Cylindrical-coordinate representation of color #F78385: hue angle of 358.97º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F78385 is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 131 133 -
CMYK 0 0.47 0.46 0.03
HSL 358.97º 0.88% 0.74% -
HSV(B) 358.97º 0.47% 0.97% -
XYZ 50.71 37.7 26.79 -
YUV 165.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 247 131 133 0 0.47 0.46 0.03 358.97 0.88 0.74
Hex F7 83 85 0 2F 2E 3 167 58 4A
Octal 367 203 205 0 57 56 3 547 130 112
Binary 11110111 10000011 10000101 0 101111 101110 11 101100111 1011000 1001010

Color Harmonies of #F78385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78385

Black with #F78385

Text Example


Text Example

White with #F78385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78385; }

 p { color: rgb(247,131,133); }

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

background-color css

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

 a { background-color: rgb(247,131,133); }

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

border-color css

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

 span { border-color: rgb(247,131,133); }

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