Html Css Color HEX #F671FE Ultra Pink

📋 copy color: '#F671FE'

red 246 ◦ green 113 ◦ blue 254

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

Shades of Ultra Pink #F671FE

Tints of Ultra Pink #F671FE

RGB

 RED value IS 246 (96.48% from 255) = 40.13%

 GREEN value IS 113 (44.53% from 255) = 18.43%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 40.13%
G = 18.43%
B = 41.44%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F671FE (or 0xF671FE) is known color: Ultra Pink. HEX triplet: F6, 71 and FE. RGB value is (246,113,254). Sum of RGB (Red+Green+Blue) = 246+113+254=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 113 (44.53% from 255 or 18.43% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F671FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671FE is #098E01. Grayscale: #A8A8A8. Windows color (decimal): -626178 or 16675318. OLE color: 16675318.

HSL color Cylindrical-coordinate representation of color #F671FE: hue angle of 296.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F671FE is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 246 113 254 -
CMYK 0.03 0.56 0 0.00
HSL 296.6º 0.99% 0.72% -
HSV(B) 296.6º 0.56% 1% -
XYZ 61.8 38.56 97.95 -
YUV 168.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 246 113 254 0.03 0.56 0 0.00 296.6 0.99 0.72
Hex F6 71 FE 3 38 0 0 129 63 48
Octal 366 161 376 3 70 0 0 451 143 110
Binary 11110110 1110001 11111110 11 111000 0 0 100101001 1100011 1001000

Color Harmonies of #F671FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671FE

Black with #F671FE

Text Example


Text Example

White with #F671FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671FE; }

 p { color: rgb(246,113,254); }

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

background-color css

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

 a { background-color: rgb(246,113,254); }

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

border-color css

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

 span { border-color: rgb(246,113,254); }

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