Html Css Color HEX #F471FD Ultra Pink

📋 copy color: '#F471FD'

red 244 ◦ green 113 ◦ blue 253

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

Shades of Ultra Pink #F471FD

Tints of Ultra Pink #F471FD

RGB

 RED value IS 244 (95.7% from 255) = 40%

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

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

R = 40%
G = 18.52%
B = 41.48%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F471FD (or 0xF471FD) is known color: Ultra Pink. HEX triplet: F4, 71 and FD. RGB value is (244,113,253). Sum of RGB (Red+Green+Blue) = 244+113+253=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 113 (44.53% from 255 or 18.52% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #F471FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F471FD is #0B8E02. Grayscale: #A7A7A7. Windows color (decimal): -757251 or 16609780. OLE color: 16609780.

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

Color convert

RGB 244 113 253 -
CMYK 0.04 0.55 0 0.01
HSL 296.14º 0.97% 0.72% -
HSV(B) 296.14º 0.55% 0.99% -
XYZ 60.94 38.14 97.08 -
YUV 168.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 244 113 253 0.04 0.55 0 0.01 296.14 0.97 0.72
Hex F4 71 FD 4 37 0 1 128 61 48
Octal 364 161 375 4 67 0 1 450 141 110
Binary 11110100 1110001 11111101 100 110111 0 1 100101000 1100001 1001000

Color Harmonies of #F471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471FD

Black with #F471FD

Text Example


Text Example

White with #F471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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