Html Css Color HEX #FA71F0 Ultra Pink

📋 copy color: '#FA71F0'

red 250 ◦ green 113 ◦ blue 240

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

Shades of Ultra Pink #FA71F0

Tints of Ultra Pink #FA71F0

RGB

 RED value IS 250 (98.05% from 255) = 41.46%

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

 BLUE value IS 240 (94.14% from 255) = 39.8%

R = 41.46%
G = 18.74%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA71F0 (or 0xFA71F0) is known color: Ultra Pink. HEX triplet: FA, 71 and F0. RGB value is (250,113,240). Sum of RGB (Red+Green+Blue) = 250+113+240=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 113 (44.53% from 255 or 18.74% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA71F0 is #058E0F. Grayscale: #A8A8A8. Windows color (decimal): -364048 or 15757818. OLE color: 15757818.

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

Color convert

RGB 250 113 240 -
CMYK 0 0.55 0.04 0.02
HSL 304.38º 0.93% 0.71% -
HSV(B) 304.38º 0.55% 0.98% -
XYZ 61.06 38.43 86.64 -
YUV 168.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 250 113 240 0 0.55 0.04 0.02 304.38 0.93 0.71
Hex FA 71 F0 0 37 4 2 130 5D 47
Octal 372 161 360 0 67 4 2 460 135 107
Binary 11111010 1110001 11110000 0 110111 100 10 100110000 1011101 1000111

Color Harmonies of #FA71F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71F0

Black with #FA71F0

Text Example


Text Example

White with #FA71F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71F0; }

 p { color: rgb(250,113,240); }

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

background-color css

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

 a { background-color: rgb(250,113,240); }

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

border-color css

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

 span { border-color: rgb(250,113,240); }

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