Html Css Color HEX #F254B9 Hot Pink

📋 copy color: '#F254B9'

red 242 ◦ green 84 ◦ blue 185

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

Shades of Hot Pink #F254B9

Tints of Hot Pink #F254B9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.44%

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 47.36%
G = 16.44%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F254B9 (or 0xF254B9) is known color: Hot Pink. HEX triplet: F2, 54 and B9. RGB value is (242,84,185). Sum of RGB (Red+Green+Blue) = 242+84+185=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F254B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254B9 is #0DAB46. Grayscale: #8E8E8E. Windows color (decimal): -895815 or 12145906. OLE color: 12145906.

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

Color convert

RGB 242 84 185 -
CMYK 0 0.65 0.24 0.05
HSL 321.65º 0.86% 0.64% -
HSV(B) 321.65º 0.65% 0.95% -
XYZ 48.55 28.72 48.88 -
YUV 142.76 151.85 198.79 -
System Red Green Blue C M Y K H S L
Decimal 242 84 185 0 0.65 0.24 0.05 321.65 0.86 0.64
Hex F2 54 B9 0 41 18 5 142 56 40
Octal 362 124 271 0 101 30 5 502 126 100
Binary 11110010 1010100 10111001 0 1000001 11000 101 101000010 1010110 1000000

Color Harmonies of #F254B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F254B9

Black with #F254B9

Text Example


Text Example

White with #F254B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F254B9; }

 p { color: rgb(242,84,185); }

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

background-color css

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

 a { background-color: rgb(242,84,185); }

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

border-color css

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

 span { border-color: rgb(242,84,185); }

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