Html Css Color HEX #F05CB0 Hot Pink

📋 copy color: '#F05CB0'

red 240 ◦ green 92 ◦ blue 176

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

Shades of Hot Pink #F05CB0

Tints of Hot Pink #F05CB0

RGB

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

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

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

R = 47.24%
G = 18.11%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F05CB0 (or 0xF05CB0) is known color: Hot Pink. HEX triplet: F0, 5C and B0. RGB value is (240,92,176). Sum of RGB (Red+Green+Blue) = 240+92+176=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F05CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05CB0 is #0FA34F. Grayscale: #919191. Windows color (decimal): -1024848 or 11558128. OLE color: 11558128.

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

Color convert

RGB 240 92 176 -
CMYK 0 0.62 0.27 0.06
HSL 325.95º 0.83% 0.65% -
HSV(B) 325.95º 0.62% 0.94% -
XYZ 47.6 29.31 44.22 -
YUV 145.83 145.03 195.17 -
System Red Green Blue C M Y K H S L
Decimal 240 92 176 0 0.62 0.27 0.06 325.95 0.83 0.65
Hex F0 5C B0 0 3E 1B 6 146 53 41
Octal 360 134 260 0 76 33 6 506 123 101
Binary 11110000 1011100 10110000 0 111110 11011 110 101000110 1010011 1000001

Color Harmonies of #F05CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CB0

Black with #F05CB0

Text Example


Text Example

White with #F05CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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