Html Css Color HEX #F671FD Ultra Pink

📋 copy color: '#F671FD'

red 246 ◦ green 113 ◦ blue 253

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

Shades of Ultra Pink #F671FD

Tints of Ultra Pink #F671FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 40.2%
G = 18.46%
B = 41.34%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F671FD (or 0xF671FD) is known color: Ultra Pink. HEX triplet: F6, 71 and FD. RGB value is (246,113,253). Sum of RGB (Red+Green+Blue) = 246+113+253=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 113 (44.53% from 255 or 18.46% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #F671FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F671FD is #098E02. Grayscale: #A8A8A8. Windows color (decimal): -626179 or 16609782. OLE color: 16609782.

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

Color convert

RGB 246 113 253 -
CMYK 0.03 0.55 0 0.01
HSL 297º 0.97% 0.72% -
HSV(B) 297º 0.55% 0.99% -
XYZ 61.64 38.49 97.11 -
YUV 168.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 246 113 253 0.03 0.55 0 0.01 297 0.97 0.72
Hex F6 71 FD 3 37 0 1 129 61 48
Octal 366 161 375 3 67 0 1 451 141 110
Binary 11110110 1110001 11111101 11 110111 0 1 100101001 1100001 1001000

Color Harmonies of #F671FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F671FD

Black with #F671FD

Text Example


Text Example

White with #F671FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F671FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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