Html Css Color HEX #F069BA Hot Pink

📋 copy color: '#F069BA'

red 240 ◦ green 105 ◦ blue 186

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

Shades of Hot Pink #F069BA

Tints of Hot Pink #F069BA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.77%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 45.2%
G = 19.77%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F069BA (or 0xF069BA) is known color: Hot Pink. HEX triplet: F0, 69 and BA. RGB value is (240,105,186). Sum of RGB (Red+Green+Blue) = 240+105+186=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F069BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069BA is #0F9645. Grayscale: #9A9A9A. Windows color (decimal): -1021510 or 12216816. OLE color: 12216816.

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

Color convert

RGB 240 105 186 -
CMYK 0 0.56 0.22 0.06
HSL 324º 0.82% 0.68% -
HSV(B) 324º 0.56% 0.94% -
XYZ 49.85 32.17 50.04 -
YUV 154.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 240 105 186 0 0.56 0.22 0.06 324 0.82 0.68
Hex F0 69 BA 0 38 16 6 144 52 44
Octal 360 151 272 0 70 26 6 504 122 104
Binary 11110000 1101001 10111010 0 111000 10110 110 101000100 1010010 1000100

Color Harmonies of #F069BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069BA

Black with #F069BA

Text Example


Text Example

White with #F069BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069BA; }

 p { color: rgb(240,105,186); }

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

background-color css

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

 a { background-color: rgb(240,105,186); }

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

border-color css

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

 span { border-color: rgb(240,105,186); }

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