Html Css Color HEX #F96BF0 Ultra Pink

📋 copy color: '#F96BF0'

red 249 ◦ green 107 ◦ blue 240

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

Shades of Ultra Pink #F96BF0

Tints of Ultra Pink #F96BF0

RGB

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

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

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

R = 41.78%
G = 17.95%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F96BF0 (or 0xF96BF0) is known color: Ultra Pink. HEX triplet: F9, 6B and F0. RGB value is (249,107,240). Sum of RGB (Red+Green+Blue) = 249+107+240=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 107 (42.19% from 255 or 17.95% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BF0 is #06940F. Grayscale: #A4A4A4. Windows color (decimal): -431120 or 15756281. OLE color: 15756281.

HSL color Cylindrical-coordinate representation of color #F96BF0: hue angle of 303.8º degrees, saturation: 0.92, 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 #F96BF0 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 107 240 -
CMYK 0 0.57 0.04 0.02
HSL 303.8º 0.92% 0.7% -
HSV(B) 303.8º 0.57% 0.98% -
XYZ 60.05 36.95 86.4 -
YUV 164.62 170.54 188.19 -
System Red Green Blue C M Y K H S L
Decimal 249 107 240 0 0.57 0.04 0.02 303.8 0.92 0.7
Hex F9 6B F0 0 39 4 2 130 5C 46
Octal 371 153 360 0 71 4 2 460 134 106
Binary 11111001 1101011 11110000 0 111001 100 10 100110000 1011100 1000110

Color Harmonies of #F96BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BF0

Black with #F96BF0

Text Example


Text Example

White with #F96BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BF0; }

 p { color: rgb(249,107,240); }

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

background-color css

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

 a { background-color: rgb(249,107,240); }

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

border-color css

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

 span { border-color: rgb(249,107,240); }

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