Html Css Color HEX #F066B4 Hot Pink

📋 copy color: '#F066B4'

red 240 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #F066B4

Tints of Hot Pink #F066B4

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 45.98%
G = 19.54%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F066B4 (or 0xF066B4) is known color: Hot Pink. HEX triplet: F0, 66 and B4. RGB value is (240,102,180). Sum of RGB (Red+Green+Blue) = 240+102+180=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F066B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066B4 is #0F994B. Grayscale: #979797. Windows color (decimal): -1022284 or 11822832. OLE color: 11822832.

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

Color convert

RGB 240 102 180 -
CMYK 0 0.58 0.25 0.06
HSL 326.09º 0.82% 0.67% -
HSV(B) 326.09º 0.58% 0.94% -
XYZ 48.92 31.32 46.65 -
YUV 152.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 240 102 180 0 0.58 0.25 0.06 326.09 0.82 0.67
Hex F0 66 B4 0 3A 19 6 146 52 43
Octal 360 146 264 0 72 31 6 506 122 103
Binary 11110000 1100110 10110100 0 111010 11001 110 101000110 1010010 1000011

Color Harmonies of #F066B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F066B4

Black with #F066B4

Text Example


Text Example

White with #F066B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F066B4; }

 p { color: rgb(240,102,180); }

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

background-color css

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

 a { background-color: rgb(240,102,180); }

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

border-color css

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

 span { border-color: rgb(240,102,180); }

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