Html Css Color HEX #FB6EF2 Ultra Pink

📋 copy color: '#FB6EF2'

red 251 ◦ green 110 ◦ blue 242

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

Shades of Ultra Pink #FB6EF2

Tints of Ultra Pink #FB6EF2

RGB

 RED value IS 251 (98.44% from 255) = 41.63%

 GREEN value IS 110 (43.36% from 255) = 18.24%

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 41.63%
G = 18.24%
B = 40.13%

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

#FB6EF2 (or 0xFB6EF2) is known color: Ultra Pink. HEX triplet: FB, 6E and F2. RGB value is (251,110,242). Sum of RGB (Red+Green+Blue) = 251+110+242=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 110 (43.36% from 255 or 18.24% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6EF2 is #04910D. Grayscale: #A6A6A6. Windows color (decimal): -299278 or 15888123. OLE color: 15888123.

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

Color convert

RGB 251 110 242 -
CMYK 0 0.56 0.04 0.02
HSL 303.83º 0.95% 0.71% -
HSV(B) 303.83º 0.56% 0.98% -
XYZ 61.39 38.07 88.12 -
YUV 167.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 251 110 242 0 0.56 0.04 0.02 303.83 0.95 0.71
Hex FB 6E F2 0 38 4 2 130 5F 47
Octal 373 156 362 0 70 4 2 460 137 107
Binary 11111011 1101110 11110010 0 111000 100 10 100110000 1011111 1000111

Color Harmonies of #FB6EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6EF2

Black with #FB6EF2

Text Example


Text Example

White with #FB6EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6EF2; }

 p { color: rgb(251,110,242); }

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

background-color css

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

 a { background-color: rgb(251,110,242); }

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

border-color css

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

 span { border-color: rgb(251,110,242); }

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