Html Css Color HEX #FA6BFB Ultra Pink

📋 copy color: '#FA6BFB'

red 250 ◦ green 107 ◦ blue 251

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

Shades of Ultra Pink #FA6BFB

Tints of Ultra Pink #FA6BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.6%

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

R = 41.12%
G = 17.6%
B = 41.28%

CMYK

 C value IS 0.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA6BFB (or 0xFA6BFB) is known color: Ultra Pink. HEX triplet: FA, 6B and FB. RGB value is (250,107,251). Sum of RGB (Red+Green+Blue) = 250+107+251=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 107 (42.19% from 255 or 17.60% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA6BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA6BFB is #059404. Grayscale: #A5A5A5. Windows color (decimal): -365573 or 16477178. OLE color: 16477178.

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

Color convert

RGB 250 107 251 -
CMYK 0.00 0.57 0 0.02
HSL 299.58º 0.95% 0.7% -
HSV(B) 299.58º 0.57% 0.98% -
XYZ 62.09 37.8 95.29 -
YUV 166.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 250 107 251 0.00 0.57 0 0.02 299.58 0.95 0.7
Hex FA 6B FB 0 39 0 2 12C 5F 46
Octal 372 153 373 0 71 0 2 454 137 106
Binary 11111010 1101011 11111011 0 111001 0 10 100101100 1011111 1000110

Color Harmonies of #FA6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6BFB

Black with #FA6BFB

Text Example


Text Example

White with #FA6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6BFB; }

 p { color: rgb(250,107,251); }

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

background-color css

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

 a { background-color: rgb(250,107,251); }

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

border-color css

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

 span { border-color: rgb(250,107,251); }

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