Html Css Color HEX #F65F7A Brink Pink

📋 copy color: '#F65F7A'

red 246 ◦ green 95 ◦ blue 122

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

Shades of Brink Pink #F65F7A

Tints of Brink Pink #F65F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 53.13%
G = 20.52%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F65F7A (or 0xF65F7A) is known color: Brink Pink. HEX triplet: F6, 5F and 7A. RGB value is (246,95,122). Sum of RGB (Red+Green+Blue) = 246+95+122=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65F7A is #09A085. Grayscale: #8F8F8F. Windows color (decimal): -630918 or 8019958. OLE color: 8019958.

HSL color Cylindrical-coordinate representation of color #F65F7A: hue angle of 349.27º 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 #F65F7A is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 122 -
CMYK 0 0.61 0.50 0.04
HSL 349.27º 0.89% 0.67% -
HSV(B) 349.27º 0.61% 0.96% -
XYZ 45.61 29.18 21.64 -
YUV 143.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 246 95 122 0 0.61 0.50 0.04 349.27 0.89 0.67
Hex F6 5F 7A 0 3D 32 4 15D 59 43
Octal 366 137 172 0 75 62 4 535 131 103
Binary 11110110 1011111 1111010 0 111101 110010 100 101011101 1011001 1000011

Color Harmonies of #F65F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F7A

Black with #F65F7A

Text Example


Text Example

White with #F65F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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