Html Css Color HEX #F063B5 Hot Pink

📋 copy color: '#F063B5'

red 240 ◦ green 99 ◦ blue 181

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

Shades of Hot Pink #F063B5

Tints of Hot Pink #F063B5

RGB

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

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

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

R = 46.15%
G = 19.04%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F063B5 (or 0xF063B5) is known color: Hot Pink. HEX triplet: F0, 63 and B5. RGB value is (240,99,181). Sum of RGB (Red+Green+Blue) = 240+99+181=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F063B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063B5 is #0F9C4A. Grayscale: #969696. Windows color (decimal): -1023051 or 11887600. OLE color: 11887600.

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

Color convert

RGB 240 99 181 -
CMYK 0 0.59 0.25 0.06
HSL 325.11º 0.82% 0.66% -
HSV(B) 325.11º 0.59% 0.94% -
XYZ 48.74 30.79 47.09 -
YUV 150.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 240 99 181 0 0.59 0.25 0.06 325.11 0.82 0.66
Hex F0 63 B5 0 3B 19 6 145 52 42
Octal 360 143 265 0 73 31 6 505 122 102
Binary 11110000 1100011 10110101 0 111011 11001 110 101000101 1010010 1000010

Color Harmonies of #F063B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F063B5

Black with #F063B5

Text Example


Text Example

White with #F063B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F063B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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