Html Css Color HEX #F074B0 Hot Pink

📋 copy color: '#F074B0'

red 240 ◦ green 116 ◦ blue 176

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

Shades of Hot Pink #F074B0

Tints of Hot Pink #F074B0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 45.11%
G = 21.8%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F074B0 (or 0xF074B0) is known color: Hot Pink. HEX triplet: F0, 74 and B0. RGB value is (240,116,176). Sum of RGB (Red+Green+Blue) = 240+116+176=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F074B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F074B0 is #0F8B4F. Grayscale: #9F9F9F. Windows color (decimal): -1018704 or 11564272. OLE color: 11564272.

HSL color Cylindrical-coordinate representation of color #F074B0: hue angle of 330.97º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074B0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 116 176 -
CMYK 0 0.52 0.27 0.06
HSL 330.97º 0.81% 0.7% -
HSV(B) 330.97º 0.52% 0.94% -
XYZ 50.02 34.15 45.03 -
YUV 159.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 240 116 176 0 0.52 0.27 0.06 330.97 0.81 0.7
Hex F0 74 B0 0 34 1B 6 14B 51 46
Octal 360 164 260 0 64 33 6 513 121 106
Binary 11110000 1110100 10110000 0 110100 11011 110 101001011 1010001 1000110

Color Harmonies of #F074B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F074B0

Black with #F074B0

Text Example


Text Example

White with #F074B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F074B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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