Html Css Color HEX #F063B1 Hot Pink

📋 copy color: '#F063B1'

red 240 ◦ green 99 ◦ blue 177

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

Shades of Hot Pink #F063B1

Tints of Hot Pink #F063B1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.19%

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

R = 46.51%
G = 19.19%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F063B1 (or 0xF063B1) is known color: Hot Pink. HEX triplet: F0, 63 and B1. RGB value is (240,99,177). Sum of RGB (Red+Green+Blue) = 240+99+177=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F063B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F063B1 is #0F9C4E. Grayscale: #959595. Windows color (decimal): -1023055 or 11625456. OLE color: 11625456.

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

Color convert

RGB 240 99 177 -
CMYK 0 0.59 0.26 0.06
HSL 326.81º 0.82% 0.66% -
HSV(B) 326.81º 0.59% 0.94% -
XYZ 48.33 30.62 44.96 -
YUV 150.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 240 99 177 0 0.59 0.26 0.06 326.81 0.82 0.66
Hex F0 63 B1 0 3B 1A 6 147 52 42
Octal 360 143 261 0 73 32 6 507 122 102
Binary 11110000 1100011 10110001 0 111011 11010 110 101000111 1010010 1000010

Color Harmonies of #F063B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063B1

Black with #F063B1

Text Example


Text Example

White with #F063B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063B1; }

 p { color: rgb(240,99,177); }

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

background-color css

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

 a { background-color: rgb(240,99,177); }

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

border-color css

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

 span { border-color: rgb(240,99,177); }

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