Html Css Color HEX #F65F90 Brink Pink

📋 copy color: '#F65F90'

red 246 ◦ green 95 ◦ blue 144

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

Shades of Brink Pink #F65F90

Tints of Brink Pink #F65F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.59%

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 50.72%
G = 19.59%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F65F90 (or 0xF65F90) is known color: Brink Pink. HEX triplet: F6, 5F and 90. RGB value is (246,95,144). Sum of RGB (Red+Green+Blue) = 246+95+144=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65F90 is #09A06F. Grayscale: #919191. Windows color (decimal): -630896 or 9461750. OLE color: 9461750.

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

Color convert

RGB 246 95 144 -
CMYK 0 0.61 0.41 0.04
HSL 340.53º 0.89% 0.67% -
HSV(B) 340.53º 0.61% 0.96% -
XYZ 47.13 29.79 29.65 -
YUV 145.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 246 95 144 0 0.61 0.41 0.04 340.53 0.89 0.67
Hex F6 5F 90 0 3D 29 4 155 59 43
Octal 366 137 220 0 75 51 4 525 131 103
Binary 11110110 1011111 10010000 0 111101 101001 100 101010101 1011001 1000011

Color Harmonies of #F65F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F90

Black with #F65F90

Text Example


Text Example

White with #F65F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F90; }

 p { color: rgb(246,95,144); }

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

background-color css

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

 a { background-color: rgb(246,95,144); }

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

border-color css

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

 span { border-color: rgb(246,95,144); }

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