Html Css Color HEX #F741FD Pink Flamingo

📋 copy color: '#F741FD'

red 247 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #F741FD

Tints of Pink Flamingo #F741FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.78%

R = 43.72%
G = 11.5%
B = 44.78%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F741FD (or 0xF741FD) is known color: Pink Flamingo. HEX triplet: F7, 41 and FD. RGB value is (247,65,253). Sum of RGB (Red+Green+Blue) = 247+65+253=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 65 (25.78% from 255 or 11.50% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #F741FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F741FD is #08BE02. Grayscale: #8C8C8C. Windows color (decimal): -572931 or 16597495. OLE color: 16597495.

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

Color convert

RGB 247 65 253 -
CMYK 0.02 0.74 0 0.01
HSL 298.09º 0.98% 0.62% -
HSV(B) 298.09º 0.74% 0.99% -
XYZ 57.98 30.65 95.79 -
YUV 140.85 191.3 203.71 -
System Red Green Blue C M Y K H S L
Decimal 247 65 253 0.02 0.74 0 0.01 298.09 0.98 0.62
Hex F7 41 FD 2 4A 0 1 12A 62 3E
Octal 367 101 375 2 112 0 1 452 142 76
Binary 11110111 1000001 11111101 10 1001010 0 1 100101010 1100010 111110

Color Harmonies of #F741FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F741FD

Black with #F741FD

Text Example


Text Example

White with #F741FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F741FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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