Html Css Color HEX #F068B5 Hot Pink

📋 copy color: '#F068B5'

red 240 ◦ green 104 ◦ blue 181

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

Shades of Hot Pink #F068B5

Tints of Hot Pink #F068B5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

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

R = 45.71%
G = 19.81%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F068B5 (or 0xF068B5) is known color: Hot Pink. HEX triplet: F0, 68 and B5. RGB value is (240,104,181). Sum of RGB (Red+Green+Blue) = 240+104+181=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F068B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F068B5 is #0F974A. Grayscale: #999999. Windows color (decimal): -1021771 or 11888880. OLE color: 11888880.

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

Color convert

RGB 240 104 181 -
CMYK 0 0.57 0.25 0.06
HSL 326.03º 0.82% 0.67% -
HSV(B) 326.03º 0.57% 0.94% -
XYZ 49.23 31.76 47.25 -
YUV 153.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 240 104 181 0 0.57 0.25 0.06 326.03 0.82 0.67
Hex F0 68 B5 0 39 19 6 146 52 43
Octal 360 150 265 0 71 31 6 506 122 103
Binary 11110000 1101000 10110101 0 111001 11001 110 101000110 1010010 1000011

Color Harmonies of #F068B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F068B5

Black with #F068B5

Text Example


Text Example

White with #F068B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F068B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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