Html Css Color HEX #F16CF0 Ultra Pink

📋 copy color: '#F16CF0'

red 241 ◦ green 108 ◦ blue 240

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

Shades of Ultra Pink #F16CF0

Tints of Ultra Pink #F16CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.75%

R = 40.92%
G = 18.34%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F16CF0 (or 0xF16CF0) is known color: Ultra Pink. HEX triplet: F1, 6C and F0. RGB value is (241,108,240). Sum of RGB (Red+Green+Blue) = 241+108+240=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 108 (42.58% from 255 or 18.34% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F16CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CF0 is #0E930F. Grayscale: #A2A2A2. Windows color (decimal): -955152 or 15756529. OLE color: 15756529.

HSL color Cylindrical-coordinate representation of color #F16CF0: hue angle of 300.45º 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 #F16CF0 is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 240 -
CMYK 0 0.55 0.00 0.05
HSL 300.45º 0.83% 0.68% -
HSV(B) 300.45º 0.55% 0.95% -
XYZ 57.37 35.72 86.31 -
YUV 162.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 241 108 240 0 0.55 0.00 0.05 300.45 0.83 0.68
Hex F1 6C F0 0 37 0 5 12C 53 44
Octal 361 154 360 0 67 0 5 454 123 104
Binary 11110001 1101100 11110000 0 110111 0 101 100101100 1010011 1000100

Color Harmonies of #F16CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CF0

Black with #F16CF0

Text Example


Text Example

White with #F16CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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