Html Css Color HEX #F05CBA Hot Pink

📋 copy color: '#F05CBA'

red 240 ◦ green 92 ◦ blue 186

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

Shades of Hot Pink #F05CBA

Tints of Hot Pink #F05CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 46.33%
G = 17.76%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F05CBA (or 0xF05CBA) is known color: Hot Pink. HEX triplet: F0, 5C and BA. RGB value is (240,92,186). Sum of RGB (Red+Green+Blue) = 240+92+186=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05CBA is #0FA345. Grayscale: #929292. Windows color (decimal): -1024838 or 12213488. OLE color: 12213488.

HSL color Cylindrical-coordinate representation of color #F05CBA: hue angle of 321.89º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05CBA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 92 186 -
CMYK 0 0.62 0.22 0.06
HSL 321.89º 0.83% 0.65% -
HSV(B) 321.89º 0.62% 0.94% -
XYZ 48.63 29.72 49.63 -
YUV 146.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 240 92 186 0 0.62 0.22 0.06 321.89 0.83 0.65
Hex F0 5C BA 0 3E 16 6 142 53 41
Octal 360 134 272 0 76 26 6 502 123 101
Binary 11110000 1011100 10111010 0 111110 10110 110 101000010 1010011 1000001

Color Harmonies of #F05CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CBA

Black with #F05CBA

Text Example


Text Example

White with #F05CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CBA; }

 p { color: rgb(240,92,186); }

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

background-color css

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

 a { background-color: rgb(240,92,186); }

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

border-color css

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

 span { border-color: rgb(240,92,186); }

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