Html Css Color HEX #F66975 Brink Pink

📋 copy color: '#F66975'

red 246 ◦ green 105 ◦ blue 117

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

Shades of Brink Pink #F66975

Tints of Brink Pink #F66975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.44%

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

R = 52.56%
G = 22.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F66975 (or 0xF66975) is known color: Brink Pink. HEX triplet: F6, 69 and 75. RGB value is (246,105,117). Sum of RGB (Red+Green+Blue) = 246+105+117=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F66975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66975 is #09968A. Grayscale: #949494. Windows color (decimal): -628363 or 7694838. OLE color: 7694838.

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

Color convert

RGB 246 105 117 -
CMYK 0 0.57 0.52 0.04
HSL 354.89º 0.89% 0.69% -
HSV(B) 354.89º 0.57% 0.96% -
XYZ 46.27 30.98 20.37 -
YUV 148.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 246 105 117 0 0.57 0.52 0.04 354.89 0.89 0.69
Hex F6 69 75 0 39 34 4 163 59 45
Octal 366 151 165 0 71 64 4 543 131 105
Binary 11110110 1101001 1110101 0 111001 110100 100 101100011 1011001 1000101

Color Harmonies of #F66975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66975

Black with #F66975

Text Example


Text Example

White with #F66975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66975; }

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

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

background-color css

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

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

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

border-color css

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

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

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