Html Css Color HEX #F162F5 Pink Flamingo

📋 copy color: '#F162F5'

red 241 ◦ green 98 ◦ blue 245

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

Shades of Pink Flamingo #F162F5

Tints of Pink Flamingo #F162F5

RGB

 RED value IS 241 (94.53% from 255) = 41.27%

 GREEN value IS 98 (38.67% from 255) = 16.78%

 BLUE value IS 245 (96.09% from 255) = 41.95%

R = 41.27%
G = 16.78%
B = 41.95%

CMYK

 C value IS 0.02

 M value IS 0.6

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F162F5 (or 0xF162F5) is known color: Pink Flamingo. HEX triplet: F1, 62 and F5. RGB value is (241,98,245). Sum of RGB (Red+Green+Blue) = 241+98+245=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 98 (38.67% from 255 or 16.78% from 584); Blue value is 245 (96.09% from 255 or 41.95% from 584); Max value from RGB is 245 - color contains mainly: blue. Hex color #F162F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162F5 is #0E9D0A. Grayscale: #9D9D9D. Windows color (decimal): -957707 or 16081649. OLE color: 16081649.

HSL color Cylindrical-coordinate representation of color #F162F5: hue angle of 298.37º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F162F5 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 98 245 -
CMYK 0.02 0.6 0 0.04
HSL 298.37º 0.88% 0.67% -
HSV(B) 298.37º 0.6% 0.96% -
XYZ 57.12 34.03 89.94 -
YUV 157.52 177.38 187.55 -
System Red Green Blue C M Y K H S L
Decimal 241 98 245 0.02 0.6 0 0.04 298.37 0.88 0.67
Hex F1 62 F5 2 3C 0 4 12A 58 43
Octal 361 142 365 2 74 0 4 452 130 103
Binary 11110001 1100010 11110101 10 111100 0 100 100101010 1011000 1000011

Color Harmonies of #F162F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F162F5

Black with #F162F5

Text Example


Text Example

White with #F162F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F162F5; }

 p { color: rgb(241,98,245); }

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

background-color css

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

 a { background-color: rgb(241,98,245); }

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

border-color css

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

 span { border-color: rgb(241,98,245); }

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