Html Css Color HEX #F96CEA Ultra Pink

📋 copy color: '#F96CEA'

red 249 ◦ green 108 ◦ blue 234

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

Shades of Ultra Pink #F96CEA

Tints of Ultra Pink #F96CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.27%

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 42.13%
G = 18.27%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F96CEA (or 0xF96CEA) is known color: Ultra Pink. HEX triplet: F9, 6C and EA. RGB value is (249,108,234). Sum of RGB (Red+Green+Blue) = 249+108+234=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 108 (42.58% from 255 or 18.27% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CEA is #069315. Grayscale: #A4A4A4. Windows color (decimal): -430870 or 15363321. OLE color: 15363321.

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

Color convert

RGB 249 108 234 -
CMYK 0 0.57 0.06 0.02
HSL 306.38º 0.92% 0.7% -
HSV(B) 306.38º 0.57% 0.98% -
XYZ 59.28 36.81 81.82 -
YUV 164.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 249 108 234 0 0.57 0.06 0.02 306.38 0.92 0.7
Hex F9 6C EA 0 39 6 2 132 5C 46
Octal 371 154 352 0 71 6 2 462 134 106
Binary 11111001 1101100 11101010 0 111001 110 10 100110010 1011100 1000110

Color Harmonies of #F96CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CEA

Black with #F96CEA

Text Example


Text Example

White with #F96CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CEA; }

 p { color: rgb(249,108,234); }

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

background-color css

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

 a { background-color: rgb(249,108,234); }

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

border-color css

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

 span { border-color: rgb(249,108,234); }

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