Html Css Color HEX #F96EFA Ultra Pink

📋 copy color: '#F96EFA'

red 249 ◦ green 110 ◦ blue 250

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

Shades of Ultra Pink #F96EFA

Tints of Ultra Pink #F96EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 40.89%
G = 18.06%
B = 41.05%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F96EFA (or 0xF96EFA) is known color: Ultra Pink. HEX triplet: F9, 6E and FA. RGB value is (249,110,250). Sum of RGB (Red+Green+Blue) = 249+110+250=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 110 (43.36% from 255 or 18.06% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #F96EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EFA is #069105. Grayscale: #A7A7A7. Windows color (decimal): -430342 or 16412409. OLE color: 16412409.

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

Color convert

RGB 249 110 250 -
CMYK 0.00 0.56 0 0.02
HSL 299.57º 0.93% 0.71% -
HSV(B) 299.57º 0.56% 0.98% -
XYZ 61.9 38.19 94.55 -
YUV 167.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 249 110 250 0.00 0.56 0 0.02 299.57 0.93 0.71
Hex F9 6E FA 0 38 0 2 12C 5D 47
Octal 371 156 372 0 70 0 2 454 135 107
Binary 11111001 1101110 11111010 0 111000 0 10 100101100 1011101 1000111

Color Harmonies of #F96EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EFA

Black with #F96EFA

Text Example


Text Example

White with #F96EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EFA; }

 p { color: rgb(249,110,250); }

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

background-color css

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

 a { background-color: rgb(249,110,250); }

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

border-color css

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

 span { border-color: rgb(249,110,250); }

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