Html Css Color HEX #F96CED Ultra Pink

📋 copy color: '#F96CED'

red 249 ◦ green 108 ◦ blue 237

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

Shades of Ultra Pink #F96CED

Tints of Ultra Pink #F96CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 41.92%
G = 18.18%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F96CED (or 0xF96CED) is known color: Ultra Pink. HEX triplet: F9, 6C and ED. RGB value is (249,108,237). Sum of RGB (Red+Green+Blue) = 249+108+237=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CED is #069312. Grayscale: #A4A4A4. Windows color (decimal): -430867 or 15559929. OLE color: 15559929.

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

Color convert

RGB 249 108 237 -
CMYK 0 0.57 0.05 0.02
HSL 305.11º 0.92% 0.7% -
HSV(B) 305.11º 0.57% 0.98% -
XYZ 59.72 36.98 84.11 -
YUV 164.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 249 108 237 0 0.57 0.05 0.02 305.11 0.92 0.7
Hex F9 6C ED 0 39 5 2 131 5C 46
Octal 371 154 355 0 71 5 2 461 134 106
Binary 11111001 1101100 11101101 0 111001 101 10 100110001 1011100 1000110

Color Harmonies of #F96CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CED

Black with #F96CED

Text Example


Text Example

White with #F96CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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