Html Css Color HEX #F945F7 Pink Flamingo

📋 copy color: '#F945F7'

red 249 ◦ green 69 ◦ blue 247

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

Shades of Pink Flamingo #F945F7

Tints of Pink Flamingo #F945F7

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.21%

 BLUE value IS 247 (96.88% from 255) = 43.72%

R = 44.07%
G = 12.21%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F945F7 (or 0xF945F7) is known color: Pink Flamingo. HEX triplet: F9, 45 and F7. RGB value is (249,69,247). Sum of RGB (Red+Green+Blue) = 249+69+247=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F945F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945F7 is #06BA08. Grayscale: #8E8E8E. Windows color (decimal): -440841 or 16205305. OLE color: 16205305.

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

Color convert

RGB 249 69 247 -
CMYK 0 0.72 0.01 0.02
HSL 300.67º 0.94% 0.62% -
HSV(B) 300.67º 0.72% 0.98% -
XYZ 57.98 31.11 90.94 -
YUV 143.11 186.63 203.53 -
System Red Green Blue C M Y K H S L
Decimal 249 69 247 0 0.72 0.01 0.02 300.67 0.94 0.62
Hex F9 45 F7 0 48 1 2 12D 5E 3E
Octal 371 105 367 0 110 1 2 455 136 76
Binary 11111001 1000101 11110111 0 1001000 1 10 100101101 1011110 111110

Color Harmonies of #F945F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F945F7

Black with #F945F7

Text Example


Text Example

White with #F945F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F945F7; }

 p { color: rgb(249,69,247); }

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

background-color css

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

 a { background-color: rgb(249,69,247); }

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

border-color css

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

 span { border-color: rgb(249,69,247); }

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