Html Css Color HEX #F64FBE Hot Pink

📋 copy color: '#F64FBE'

red 246 ◦ green 79 ◦ blue 190

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

Shades of Hot Pink #F64FBE

Tints of Hot Pink #F64FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.34%

 BLUE value IS 190 (74.61% from 255) = 36.89%

R = 47.77%
G = 15.34%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F64FBE (or 0xF64FBE) is known color: Hot Pink. HEX triplet: F6, 4F and BE. RGB value is (246,79,190). Sum of RGB (Red+Green+Blue) = 246+79+190=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 79 (31.25% from 255 or 15.34% from 515); Blue value is 190 (74.61% from 255 or 36.89% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FBE is #09B041. Grayscale: #8D8D8D. Windows color (decimal): -634946 or 12472310. OLE color: 12472310.

HSL color Cylindrical-coordinate representation of color #F64FBE: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FBE is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 79 190 -
CMYK 0 0.68 0.23 0.04
HSL 320.12º 0.9% 0.64% -
HSV(B) 320.12º 0.68% 0.96% -
XYZ 50.1 28.9 51.65 -
YUV 141.59 155.33 202.47 -
System Red Green Blue C M Y K H S L
Decimal 246 79 190 0 0.68 0.23 0.04 320.12 0.9 0.64
Hex F6 4F BE 0 44 17 4 140 5A 40
Octal 366 117 276 0 104 27 4 500 132 100
Binary 11110110 1001111 10111110 0 1000100 10111 100 101000000 1011010 1000000

Color Harmonies of #F64FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64FBE

Black with #F64FBE

Text Example


Text Example

White with #F64FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64FBE; }

 p { color: rgb(246,79,190); }

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

background-color css

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

 a { background-color: rgb(246,79,190); }

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

border-color css

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

 span { border-color: rgb(246,79,190); }

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