Html Css Color HEX #F069B5 Hot Pink

📋 copy color: '#F069B5'

red 240 ◦ green 105 ◦ blue 181

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

Shades of Hot Pink #F069B5

Tints of Hot Pink #F069B5

RGB

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

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

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

R = 45.63%
G = 19.96%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F069B5 (or 0xF069B5) is known color: Hot Pink. HEX triplet: F0, 69 and B5. RGB value is (240,105,181). Sum of RGB (Red+Green+Blue) = 240+105+181=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F069B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F069B5 is #0F964A. Grayscale: #999999. Windows color (decimal): -1021515 or 11889136. OLE color: 11889136.

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

Color convert

RGB 240 105 181 -
CMYK 0 0.56 0.25 0.06
HSL 326.22º 0.82% 0.68% -
HSV(B) 326.22º 0.56% 0.94% -
XYZ 49.33 31.96 47.29 -
YUV 154.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 240 105 181 0 0.56 0.25 0.06 326.22 0.82 0.68
Hex F0 69 B5 0 38 19 6 146 52 44
Octal 360 151 265 0 70 31 6 506 122 104
Binary 11110000 1101001 10110101 0 111000 11001 110 101000110 1010010 1000100

Color Harmonies of #F069B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069B5

Black with #F069B5

Text Example


Text Example

White with #F069B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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