Html Css Color HEX #F967FB Pink Flamingo

📋 copy color: '#F967FB'

red 249 ◦ green 103 ◦ blue 251

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

Shades of Pink Flamingo #F967FB

Tints of Pink Flamingo #F967FB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.08%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 41.29%
G = 17.08%
B = 41.63%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F967FB (or 0xF967FB) is known color: Pink Flamingo. HEX triplet: F9, 67 and FB. RGB value is (249,103,251). Sum of RGB (Red+Green+Blue) = 249+103+251=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 103 (40.62% from 255 or 17.08% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #F967FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967FB is #069804. Grayscale: #A3A3A3. Windows color (decimal): -432133 or 16476153. OLE color: 16476153.

HSL color Cylindrical-coordinate representation of color #F967FB: hue angle of 299.19º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F967FB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 251 -
CMYK 0.01 0.59 0 0.02
HSL 299.19º 0.95% 0.69% -
HSV(B) 299.19º 0.59% 0.98% -
XYZ 61.33 36.81 95.14 -
YUV 163.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 249 103 251 0.01 0.59 0 0.02 299.19 0.95 0.69
Hex F9 67 FB 1 3B 0 2 12B 5F 45
Octal 371 147 373 1 73 0 2 453 137 105
Binary 11111001 1100111 11111011 1 111011 0 10 100101011 1011111 1000101

Color Harmonies of #F967FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967FB

Black with #F967FB

Text Example


Text Example

White with #F967FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967FB; }

 p { color: rgb(249,103,251); }

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

background-color css

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

 a { background-color: rgb(249,103,251); }

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

border-color css

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

 span { border-color: rgb(249,103,251); }

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