Html Css Color HEX #F16FFA Ultra Pink

📋 copy color: '#F16FFA'

red 241 ◦ green 111 ◦ blue 250

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

Shades of Ultra Pink #F16FFA

Tints of Ultra Pink #F16FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.44%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 40.03%
G = 18.44%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F16FFA (or 0xF16FFA) is known color: Ultra Pink. HEX triplet: F1, 6F and FA. RGB value is (241,111,250). Sum of RGB (Red+Green+Blue) = 241+111+250=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 111 (43.75% from 255 or 18.44% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #F16FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16FFA is #0E9005. Grayscale: #A5A5A5. Windows color (decimal): -954374 or 16412657. OLE color: 16412657.

HSL color Cylindrical-coordinate representation of color #F16FFA: hue angle of 296.12º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16FFA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 111 250 -
CMYK 0.04 0.56 0 0.02
HSL 296.12º 0.93% 0.71% -
HSV(B) 296.12º 0.56% 0.98% -
XYZ 59.22 36.97 94.46 -
YUV 165.72 175.57 181.7 -
System Red Green Blue C M Y K H S L
Decimal 241 111 250 0.04 0.56 0 0.02 296.12 0.93 0.71
Hex F1 6F FA 4 38 0 2 128 5D 47
Octal 361 157 372 4 70 0 2 450 135 107
Binary 11110001 1101111 11111010 100 111000 0 10 100101000 1011101 1000111

Color Harmonies of #F16FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16FFA

Black with #F16FFA

Text Example


Text Example

White with #F16FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16FFA; }

 p { color: rgb(241,111,250); }

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

background-color css

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

 a { background-color: rgb(241,111,250); }

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

border-color css

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

 span { border-color: rgb(241,111,250); }

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