Html Css Color HEX #F967F2 Pink Flamingo

📋 copy color: '#F967F2'

red 249 ◦ green 103 ◦ blue 242

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

Shades of Pink Flamingo #F967F2

Tints of Pink Flamingo #F967F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.74%

R = 41.92%
G = 17.34%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F967F2 (or 0xF967F2) is known color: Pink Flamingo. HEX triplet: F9, 67 and F2. RGB value is (249,103,242). Sum of RGB (Red+Green+Blue) = 249+103+242=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F967F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967F2 is #06980D. Grayscale: #A2A2A2. Windows color (decimal): -432142 or 15886329. OLE color: 15886329.

HSL color Cylindrical-coordinate representation of color #F967F2: hue angle of 302.88º degrees, saturation: 0.92, 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 #F967F2 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 242 -
CMYK 0 0.59 0.03 0.02
HSL 302.88º 0.92% 0.69% -
HSV(B) 302.88º 0.59% 0.98% -
XYZ 59.94 36.25 87.84 -
YUV 162.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 249 103 242 0 0.59 0.03 0.02 302.88 0.92 0.69
Hex F9 67 F2 0 3B 3 2 12F 5C 45
Octal 371 147 362 0 73 3 2 457 134 105
Binary 11111001 1100111 11110010 0 111011 11 10 100101111 1011100 1000101

Color Harmonies of #F967F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F967F2

Black with #F967F2

Text Example


Text Example

White with #F967F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F967F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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