Html Css Color HEX #F741FB Pink Flamingo

📋 copy color: '#F741FB'

red 247 ◦ green 65 ◦ blue 251

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

Shades of Pink Flamingo #F741FB

Tints of Pink Flamingo #F741FB

RGB

 RED value IS 247 (96.88% from 255) = 43.87%

 GREEN value IS 65 (25.78% from 255) = 11.55%

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

R = 43.87%
G = 11.55%
B = 44.58%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F741FB (or 0xF741FB) is known color: Pink Flamingo. HEX triplet: F7, 41 and FB. RGB value is (247,65,251). Sum of RGB (Red+Green+Blue) = 247+65+251=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 65 (25.78% from 255 or 11.55% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #F741FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741FB is #08BE04. Grayscale: #8C8C8C. Windows color (decimal): -572933 or 16466423. OLE color: 16466423.

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

Color convert

RGB 247 65 251 -
CMYK 0.02 0.74 0 0.02
HSL 298.71º 0.96% 0.62% -
HSV(B) 298.71º 0.74% 0.98% -
XYZ 57.66 30.52 94.12 -
YUV 140.62 190.3 203.88 -
System Red Green Blue C M Y K H S L
Decimal 247 65 251 0.02 0.74 0 0.02 298.71 0.96 0.62
Hex F7 41 FB 2 4A 0 2 12B 60 3E
Octal 367 101 373 2 112 0 2 453 140 76
Binary 11110111 1000001 11111011 10 1001010 0 10 100101011 1100000 111110

Color Harmonies of #F741FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741FB

Black with #F741FB

Text Example


Text Example

White with #F741FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741FB; }

 p { color: rgb(247,65,251); }

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

background-color css

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

 a { background-color: rgb(247,65,251); }

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

border-color css

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

 span { border-color: rgb(247,65,251); }

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