Html Css Color HEX #F069B0 Hot Pink

📋 copy color: '#F069B0'

red 240 ◦ green 105 ◦ blue 176

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

Shades of Hot Pink #F069B0

Tints of Hot Pink #F069B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.78%

R = 46.07%
G = 20.15%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F069B0 (or 0xF069B0) is known color: Hot Pink. HEX triplet: F0, 69 and B0. RGB value is (240,105,176). Sum of RGB (Red+Green+Blue) = 240+105+176=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F069B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F069B0 is #0F964F. Grayscale: #999999. Windows color (decimal): -1021520 or 11561456. OLE color: 11561456.

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

Color convert

RGB 240 105 176 -
CMYK 0 0.56 0.27 0.06
HSL 328.44º 0.82% 0.68% -
HSV(B) 328.44º 0.56% 0.94% -
XYZ 48.82 31.76 44.63 -
YUV 153.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 240 105 176 0 0.56 0.27 0.06 328.44 0.82 0.68
Hex F0 69 B0 0 38 1B 6 148 52 44
Octal 360 151 260 0 70 33 6 510 122 104
Binary 11110000 1101001 10110000 0 111000 11011 110 101001000 1010010 1000100

Color Harmonies of #F069B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069B0

Black with #F069B0

Text Example


Text Example

White with #F069B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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