Html Css Color HEX #F255BA Hot Pink

📋 copy color: '#F255BA'

red 242 ◦ green 85 ◦ blue 186

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

Shades of Hot Pink #F255BA

Tints of Hot Pink #F255BA

RGB

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

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

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

R = 47.17%
G = 16.57%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F255BA (or 0xF255BA) is known color: Hot Pink. HEX triplet: F2, 55 and BA. RGB value is (242,85,186). Sum of RGB (Red+Green+Blue) = 242+85+186=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F255BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F255BA is #0DAA45. Grayscale: #8F8F8F. Windows color (decimal): -895558 or 12211698. OLE color: 12211698.

HSL color Cylindrical-coordinate representation of color #F255BA: hue angle of 321.4º 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 #F255BA is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 85 186 -
CMYK 0 0.65 0.23 0.05
HSL 321.4º 0.86% 0.64% -
HSV(B) 321.4º 0.65% 0.95% -
XYZ 48.73 28.92 49.47 -
YUV 143.46 152.01 198.29 -
System Red Green Blue C M Y K H S L
Decimal 242 85 186 0 0.65 0.23 0.05 321.4 0.86 0.64
Hex F2 55 BA 0 41 17 5 141 56 40
Octal 362 125 272 0 101 27 5 501 126 100
Binary 11110010 1010101 10111010 0 1000001 10111 101 101000001 1010110 1000000

Color Harmonies of #F255BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F255BA

Black with #F255BA

Text Example


Text Example

White with #F255BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F255BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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