Html Css Color HEX #FA6DF0 Ultra Pink

📋 copy color: '#FA6DF0'

red 250 ◦ green 109 ◦ blue 240

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

Shades of Ultra Pink #FA6DF0

Tints of Ultra Pink #FA6DF0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.2%

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

R = 41.74%
G = 18.2%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA6DF0 (or 0xFA6DF0) is known color: Ultra Pink. HEX triplet: FA, 6D and F0. RGB value is (250,109,240). Sum of RGB (Red+Green+Blue) = 250+109+240=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6DF0 is #05920F. Grayscale: #A5A5A5. Windows color (decimal): -365072 or 15756794. OLE color: 15756794.

HSL color Cylindrical-coordinate representation of color #FA6DF0: hue angle of 304.26º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DF0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 240 -
CMYK 0 0.56 0.04 0.02
HSL 304.26º 0.93% 0.7% -
HSV(B) 304.26º 0.56% 0.98% -
XYZ 60.62 37.55 86.49 -
YUV 166.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 250 109 240 0 0.56 0.04 0.02 304.26 0.93 0.7
Hex FA 6D F0 0 38 4 2 130 5D 46
Octal 372 155 360 0 70 4 2 460 135 106
Binary 11111010 1101101 11110000 0 111000 100 10 100110000 1011101 1000110

Color Harmonies of #FA6DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6DF0

Black with #FA6DF0

Text Example


Text Example

White with #FA6DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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