Html Css Color HEX #F67585 Deep Blush

📋 copy color: '#F67585'

red 246 ◦ green 117 ◦ blue 133

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

Shades of Deep Blush #F67585

Tints of Deep Blush #F67585

RGB

 RED value IS 246 (96.48% from 255) = 49.6%

 GREEN value IS 117 (46.09% from 255) = 23.59%

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

R = 49.6%
G = 23.59%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F67585 (or 0xF67585) is known color: Deep Blush. HEX triplet: F6, 75 and 85. RGB value is (246,117,133). Sum of RGB (Red+Green+Blue) = 246+117+133=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F67585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67585 is #098A7A. Grayscale: #9D9D9D. Windows color (decimal): -625275 or 8746486. OLE color: 8746486.

HSL color Cylindrical-coordinate representation of color #F67585: hue angle of 352.56º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F67585 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 117 133 -
CMYK 0 0.52 0.46 0.04
HSL 352.56º 0.88% 0.71% -
HSV(B) 352.56º 0.52% 0.96% -
XYZ 48.6 34.01 26.19 -
YUV 157.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 246 117 133 0 0.52 0.46 0.04 352.56 0.88 0.71
Hex F6 75 85 0 34 2E 4 161 58 47
Octal 366 165 205 0 64 56 4 541 130 107
Binary 11110110 1110101 10000101 0 110100 101110 100 101100001 1011000 1000111

Color Harmonies of #F67585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67585

Black with #F67585

Text Example


Text Example

White with #F67585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67585; }

 p { color: rgb(246,117,133); }

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

background-color css

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

 a { background-color: rgb(246,117,133); }

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

border-color css

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

 span { border-color: rgb(246,117,133); }

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