Html Css Color HEX #F470BB Hot Pink

📋 copy color: '#F470BB'

red 244 ◦ green 112 ◦ blue 187

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

Shades of Hot Pink #F470BB

Tints of Hot Pink #F470BB

RGB

 RED value IS 244 (95.7% from 255) = 44.94%

 GREEN value IS 112 (44.14% from 255) = 20.63%

 BLUE value IS 187 (73.44% from 255) = 34.44%

R = 44.94%
G = 20.63%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F470BB (or 0xF470BB) is known color: Hot Pink. HEX triplet: F4, 70 and BB. RGB value is (244,112,187). Sum of RGB (Red+Green+Blue) = 244+112+187=543 (71% of max value = 765). Red value is 244 (95.70% from 255 or 44.94% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 244 - color contains mainly: red. Hex color #F470BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470BB is #0B8F44. Grayscale: #9F9F9F. Windows color (decimal): -757573 or 12284148. OLE color: 12284148.

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

Color convert

RGB 244 112 187 -
CMYK 0 0.54 0.23 0.04
HSL 325.91º 0.86% 0.7% -
HSV(B) 325.91º 0.54% 0.96% -
XYZ 52.07 34.41 50.91 -
YUV 160.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 244 112 187 0 0.54 0.23 0.04 325.91 0.86 0.7
Hex F4 70 BB 0 36 17 4 146 56 46
Octal 364 160 273 0 66 27 4 506 126 106
Binary 11110100 1110000 10111011 0 110110 10111 100 101000110 1010110 1000110

Color Harmonies of #F470BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470BB

Black with #F470BB

Text Example


Text Example

White with #F470BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470BB; }

 p { color: rgb(244,112,187); }

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

background-color css

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

 a { background-color: rgb(244,112,187); }

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

border-color css

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

 span { border-color: rgb(244,112,187); }

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