Html Css Color HEX #F065B3 Hot Pink

📋 copy color: '#F065B3'

red 240 ◦ green 101 ◦ blue 179

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

Shades of Hot Pink #F065B3

Tints of Hot Pink #F065B3

RGB

 RED value IS 240 (94.14% from 255) = 46.15%

 GREEN value IS 101 (39.84% from 255) = 19.42%

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 46.15%
G = 19.42%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F065B3 (or 0xF065B3) is known color: Hot Pink. HEX triplet: F0, 65 and B3. RGB value is (240,101,179). Sum of RGB (Red+Green+Blue) = 240+101+179=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F065B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F065B3 is #0F9A4C. Grayscale: #979797. Windows color (decimal): -1022541 or 11757040. OLE color: 11757040.

HSL color Cylindrical-coordinate representation of color #F065B3: hue angle of 326.33º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F065B3 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 179 -
CMYK 0 0.58 0.25 0.06
HSL 326.33º 0.82% 0.67% -
HSV(B) 326.33º 0.58% 0.94% -
XYZ 48.73 31.09 46.08 -
YUV 151.45 143.55 191.16 -
System Red Green Blue C M Y K H S L
Decimal 240 101 179 0 0.58 0.25 0.06 326.33 0.82 0.67
Hex F0 65 B3 0 3A 19 6 146 52 43
Octal 360 145 263 0 72 31 6 506 122 103
Binary 11110000 1100101 10110011 0 111010 11001 110 101000110 1010010 1000011

Color Harmonies of #F065B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065B3

Black with #F065B3

Text Example


Text Example

White with #F065B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065B3; }

 p { color: rgb(240,101,179); }

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

background-color css

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

 a { background-color: rgb(240,101,179); }

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

border-color css

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

 span { border-color: rgb(240,101,179); }

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