Html Css Color HEX #F65FB1 Hot Pink

📋 copy color: '#F65FB1'

red 246 ◦ green 95 ◦ blue 177

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

Shades of Hot Pink #F65FB1

Tints of Hot Pink #F65FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 47.49%
G = 18.34%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F65FB1 (or 0xF65FB1) is known color: Hot Pink. HEX triplet: F6, 5F and B1. RGB value is (246,95,177). Sum of RGB (Red+Green+Blue) = 246+95+177=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F65FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65FB1 is #09A04E. Grayscale: #959595. Windows color (decimal): -630863 or 11624438. OLE color: 11624438.

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

Color convert

RGB 246 95 177 -
CMYK 0 0.61 0.28 0.04
HSL 327.42º 0.89% 0.67% -
HSV(B) 327.42º 0.61% 0.96% -
XYZ 50.03 30.95 44.93 -
YUV 149.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 246 95 177 0 0.61 0.28 0.04 327.42 0.89 0.67
Hex F6 5F B1 0 3D 1C 4 147 59 43
Octal 366 137 261 0 75 34 4 507 131 103
Binary 11110110 1011111 10110001 0 111101 11100 100 101000111 1011001 1000011

Color Harmonies of #F65FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65FB1

Black with #F65FB1

Text Example


Text Example

White with #F65FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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