Html Css Color HEX #F96FFB Ultra Pink

📋 copy color: '#F96FFB'

red 249 ◦ green 111 ◦ blue 251

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

Shades of Ultra Pink #F96FFB

Tints of Ultra Pink #F96FFB

RGB

 RED value IS 249 (97.66% from 255) = 40.75%

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

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

R = 40.75%
G = 18.17%
B = 41.08%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F96FFB (or 0xF96FFB) is known color: Ultra Pink. HEX triplet: F9, 6F and FB. RGB value is (249,111,251). Sum of RGB (Red+Green+Blue) = 249+111+251=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 111 (43.75% from 255 or 18.17% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #F96FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FFB is #069004. Grayscale: #A7A7A7. Windows color (decimal): -430085 or 16478201. OLE color: 16478201.

HSL color Cylindrical-coordinate representation of color #F96FFB: hue angle of 299.14º 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 #F96FFB is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 251 -
CMYK 0.01 0.56 0 0.02
HSL 299.14º 0.95% 0.71% -
HSV(B) 299.14º 0.56% 0.98% -
XYZ 62.16 38.47 95.42 -
YUV 168.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 249 111 251 0.01 0.56 0 0.02 299.14 0.95 0.71
Hex F9 6F FB 1 38 0 2 12B 5F 47
Octal 371 157 373 1 70 0 2 453 137 107
Binary 11111001 1101111 11111011 1 111000 0 10 100101011 1011111 1000111

Color Harmonies of #F96FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FFB

Black with #F96FFB

Text Example


Text Example

White with #F96FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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