Html Css Color HEX #F963EA Pink Flamingo

📋 copy color: '#F963EA'

red 249 ◦ green 99 ◦ blue 234

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

Shades of Pink Flamingo #F963EA

Tints of Pink Flamingo #F963EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.01%

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

R = 42.78%
G = 17.01%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F963EA (or 0xF963EA) is known color: Pink Flamingo. HEX triplet: F9, 63 and EA. RGB value is (249,99,234). Sum of RGB (Red+Green+Blue) = 249+99+234=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 99 (39.06% from 255 or 17.01% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F963EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F963EA is #069C15. Grayscale: #9E9E9E. Windows color (decimal): -433174 or 15361017. OLE color: 15361017.

HSL color Cylindrical-coordinate representation of color #F963EA: hue angle of 306º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F963EA is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 234 -
CMYK 0 0.60 0.06 0.02
HSL 306º 0.93% 0.68% -
HSV(B) 306º 0.6% 0.98% -
XYZ 58.38 35 81.52 -
YUV 159.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 249 99 234 0 0.60 0.06 0.02 306 0.93 0.68
Hex F9 63 EA 0 3C 6 2 132 5D 44
Octal 371 143 352 0 74 6 2 462 135 104
Binary 11111001 1100011 11101010 0 111100 110 10 100110010 1011101 1000100

Color Harmonies of #F963EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F963EA

Black with #F963EA

Text Example


Text Example

White with #F963EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F963EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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