Html Css Color HEX #FB6FFC Ultra Pink

📋 copy color: '#FB6FFC'

red 251 ◦ green 111 ◦ blue 252

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

Shades of Ultra Pink #FB6FFC

Tints of Ultra Pink #FB6FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.08%

 BLUE value IS 252 (98.83% from 255) = 41.04%

R = 40.88%
G = 18.08%
B = 41.04%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FB6FFC (or 0xFB6FFC) is known color: Ultra Pink. HEX triplet: FB, 6F and FC. RGB value is (251,111,252). Sum of RGB (Red+Green+Blue) = 251+111+252=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 111 (43.75% from 255 or 18.08% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB6FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB6FFC is #049003. Grayscale: #A8A8A8. Windows color (decimal): -299012 or 16543739. OLE color: 16543739.

HSL color Cylindrical-coordinate representation of color #FB6FFC: hue angle of 299.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6FFC is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 111 252 -
CMYK 0.00 0.56 0 0.01
HSL 299.57º 0.96% 0.71% -
HSV(B) 299.57º 0.56% 0.99% -
XYZ 63.04 38.91 96.28 -
YUV 168.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 251 111 252 0.00 0.56 0 0.01 299.57 0.96 0.71
Hex FB 6F FC 0 38 0 1 12C 60 47
Octal 373 157 374 0 70 0 1 454 140 107
Binary 11111011 1101111 11111100 0 111000 0 1 100101100 1100000 1000111

Color Harmonies of #FB6FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6FFC

Black with #FB6FFC

Text Example


Text Example

White with #FB6FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6FFC; }

 p { color: rgb(251,111,252); }

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

background-color css

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

 a { background-color: rgb(251,111,252); }

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

border-color css

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

 span { border-color: rgb(251,111,252); }

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