Html Css Color HEX #F064B5 Hot Pink

📋 copy color: '#F064B5'

red 240 ◦ green 100 ◦ blue 181

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

Shades of Hot Pink #F064B5

Tints of Hot Pink #F064B5

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 46.07%
G = 19.19%
B = 34.74%

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

#F064B5 (or 0xF064B5) is known color: Hot Pink. HEX triplet: F0, 64 and B5. RGB value is (240,100,181). Sum of RGB (Red+Green+Blue) = 240+100+181=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F064B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064B5 is #0F9B4A. Grayscale: #969696. Windows color (decimal): -1022795 or 11887856. OLE color: 11887856.

HSL color Cylindrical-coordinate representation of color #F064B5: hue angle of 325.29º 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 #F064B5 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 181 -
CMYK 0 0.58 0.25 0.06
HSL 325.29º 0.82% 0.67% -
HSV(B) 325.29º 0.58% 0.94% -
XYZ 48.83 30.98 47.12 -
YUV 151.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 240 100 181 0 0.58 0.25 0.06 325.29 0.82 0.67
Hex F0 64 B5 0 3A 19 6 145 52 43
Octal 360 144 265 0 72 31 6 505 122 103
Binary 11110000 1100100 10110101 0 111010 11001 110 101000101 1010010 1000011

Color Harmonies of #F064B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F064B5

Black with #F064B5

Text Example


Text Example

White with #F064B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F064B5; }

 p { color: rgb(240,100,181); }

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

background-color css

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

 a { background-color: rgb(240,100,181); }

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

border-color css

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

 span { border-color: rgb(240,100,181); }

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