Html Css Color HEX #F16CF2 Ultra Pink

📋 copy color: '#F16CF2'

red 241 ◦ green 108 ◦ blue 242

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

Shades of Ultra Pink #F16CF2

Tints of Ultra Pink #F16CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 40.78%
G = 18.27%
B = 40.95%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F16CF2 (or 0xF16CF2) is known color: Ultra Pink. HEX triplet: F1, 6C and F2. RGB value is (241,108,242). Sum of RGB (Red+Green+Blue) = 241+108+242=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 108 (42.58% from 255 or 18.27% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #F16CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F16CF2 is #0E930D. Grayscale: #A2A2A2. Windows color (decimal): -955150 or 15887601. OLE color: 15887601.

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

Color convert

RGB 241 108 242 -
CMYK 0.00 0.55 0 0.05
HSL 299.55º 0.84% 0.69% -
HSV(B) 299.55º 0.55% 0.95% -
XYZ 57.67 35.84 87.88 -
YUV 163.04 172.56 183.6 -
System Red Green Blue C M Y K H S L
Decimal 241 108 242 0.00 0.55 0 0.05 299.55 0.84 0.69
Hex F1 6C F2 0 37 0 5 12C 54 45
Octal 361 154 362 0 67 0 5 454 124 105
Binary 11110001 1101100 11110010 0 110111 0 101 100101100 1010100 1000101

Color Harmonies of #F16CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16CF2

Black with #F16CF2

Text Example


Text Example

White with #F16CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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