Html Css Color HEX #F16CF1 Ultra Pink

📋 copy color: '#F16CF1'

red 241 ◦ green 108 ◦ blue 241

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

Shades of Ultra Pink #F16CF1

Tints of Ultra Pink #F16CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.31%

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 40.85%
G = 18.31%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F16CF1 (or 0xF16CF1) is known color: Ultra Pink. HEX triplet: F1, 6C and F1. RGB value is (241,108,241). Sum of RGB (Red+Green+Blue) = 241+108+241=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F16CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CF1 is #0E930E. Grayscale: #A2A2A2. Windows color (decimal): -955151 or 15822065. OLE color: 15822065.

HSL color Cylindrical-coordinate representation of color #F16CF1: hue angle of 300º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16CF1 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 241 -
CMYK 0 0.55 0 0.05
HSL 300º 0.83% 0.68% -
HSV(B) 300º 0.55% 0.95% -
XYZ 57.52 35.78 87.09 -
YUV 162.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 241 108 241 0 0.55 0 0.05 300 0.83 0.68
Hex F1 6C F1 0 37 0 5 12C 53 44
Octal 361 154 361 0 67 0 5 454 123 104
Binary 11110001 1101100 11110001 0 110111 0 101 100101100 1010011 1000100

Color Harmonies of #F16CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CF1

Black with #F16CF1

Text Example


Text Example

White with #F16CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CF1; }

 p { color: rgb(241,108,241); }

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

background-color css

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

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

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

border-color css

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

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

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