Html Css Color HEX #F16CFC Ultra Pink

📋 copy color: '#F16CFC'

red 241 ◦ green 108 ◦ blue 252

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

Shades of Ultra Pink #F16CFC

Tints of Ultra Pink #F16CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.93%

R = 40.1%
G = 17.97%
B = 41.93%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F16CFC (or 0xF16CFC) is known color: Ultra Pink. HEX triplet: F1, 6C and FC. RGB value is (241,108,252). Sum of RGB (Red+Green+Blue) = 241+108+252=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 108 (42.58% from 255 or 17.97% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #F16CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CFC is #0E9303. Grayscale: #A3A3A3. Windows color (decimal): -955140 or 16542961. OLE color: 16542961.

HSL color Cylindrical-coordinate representation of color #F16CFC: hue angle of 295.42º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16CFC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 108 252 -
CMYK 0.04 0.57 0 0.01
HSL 295.42º 0.96% 0.71% -
HSV(B) 295.42º 0.57% 0.99% -
XYZ 59.21 36.45 96.01 -
YUV 164.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 241 108 252 0.04 0.57 0 0.01 295.42 0.96 0.71
Hex F1 6C FC 4 39 0 1 127 60 47
Octal 361 154 374 4 71 0 1 447 140 107
Binary 11110001 1101100 11111100 100 111001 0 1 100100111 1100000 1000111

Color Harmonies of #F16CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CFC

Black with #F16CFC

Text Example


Text Example

White with #F16CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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