Html Css Color HEX #F250BE Hot Pink

📋 copy color: '#F250BE'

red 242 ◦ green 80 ◦ blue 190

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

Shades of Hot Pink #F250BE

Tints of Hot Pink #F250BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.63%

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

R = 47.27%
G = 15.63%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F250BE (or 0xF250BE) is known color: Hot Pink. HEX triplet: F2, 50 and BE. RGB value is (242,80,190). Sum of RGB (Red+Green+Blue) = 242+80+190=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F250BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250BE is #0DAF41. Grayscale: #8C8C8C. Windows color (decimal): -896834 or 12472562. OLE color: 12472562.

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

Color convert

RGB 242 80 190 -
CMYK 0 0.67 0.21 0.05
HSL 319.26º 0.86% 0.63% -
HSV(B) 319.26º 0.67% 0.95% -
XYZ 48.78 28.33 51.61 -
YUV 140.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 242 80 190 0 0.67 0.21 0.05 319.26 0.86 0.63
Hex F2 50 BE 0 43 15 5 13F 56 3F
Octal 362 120 276 0 103 25 5 477 126 77
Binary 11110010 1010000 10111110 0 1000011 10101 101 100111111 1010110 111111

Color Harmonies of #F250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250BE

Black with #F250BE

Text Example


Text Example

White with #F250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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