Html Css Color HEX #F255BE Hot Pink

📋 copy color: '#F255BE'

red 242 ◦ green 85 ◦ blue 190

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

Shades of Hot Pink #F255BE

Tints of Hot Pink #F255BE

RGB

 RED value IS 242 (94.92% from 255) = 46.81%

 GREEN value IS 85 (33.59% from 255) = 16.44%

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 46.81%
G = 16.44%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F255BE (or 0xF255BE) is known color: Hot Pink. HEX triplet: F2, 55 and BE. RGB value is (242,85,190). Sum of RGB (Red+Green+Blue) = 242+85+190=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F255BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255BE is #0DAA41. Grayscale: #8F8F8F. Windows color (decimal): -895554 or 12473842. OLE color: 12473842.

HSL color Cylindrical-coordinate representation of color #F255BE: hue angle of 319.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255BE is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 190 -
CMYK 0 0.65 0.21 0.05
HSL 319.87º 0.86% 0.64% -
HSV(B) 319.87º 0.65% 0.95% -
XYZ 49.16 29.09 51.74 -
YUV 143.91 154.01 197.96 -
System Red Green Blue C M Y K H S L
Decimal 242 85 190 0 0.65 0.21 0.05 319.87 0.86 0.64
Hex F2 55 BE 0 41 15 5 140 56 40
Octal 362 125 276 0 101 25 5 500 126 100
Binary 11110010 1010101 10111110 0 1000001 10101 101 101000000 1010110 1000000

Color Harmonies of #F255BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255BE

Black with #F255BE

Text Example


Text Example

White with #F255BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255BE; }

 p { color: rgb(242,85,190); }

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

background-color css

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

 a { background-color: rgb(242,85,190); }

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

border-color css

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

 span { border-color: rgb(242,85,190); }

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