Html Css Color HEX #F671FB Ultra Pink

📋 copy color: '#F671FB'

red 246 ◦ green 113 ◦ blue 251

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

Shades of Ultra Pink #F671FB

Tints of Ultra Pink #F671FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 40.33%
G = 18.52%
B = 41.15%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F671FB (or 0xF671FB) is known color: Ultra Pink. HEX triplet: F6, 71 and FB. RGB value is (246,113,251). Sum of RGB (Red+Green+Blue) = 246+113+251=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #F671FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671FB is #098E04. Grayscale: #A8A8A8. Windows color (decimal): -626181 or 16478710. OLE color: 16478710.

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

Color convert

RGB 246 113 251 -
CMYK 0.02 0.55 0 0.02
HSL 297.83º 0.95% 0.71% -
HSV(B) 297.83º 0.55% 0.98% -
XYZ 61.32 38.37 95.44 -
YUV 168.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 246 113 251 0.02 0.55 0 0.02 297.83 0.95 0.71
Hex F6 71 FB 2 37 0 2 12A 5F 47
Octal 366 161 373 2 67 0 2 452 137 107
Binary 11110110 1110001 11111011 10 110111 0 10 100101010 1011111 1000111

Color Harmonies of #F671FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671FB

Black with #F671FB

Text Example


Text Example

White with #F671FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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