Html Css Color HEX #F740FD Pink Flamingo

📋 copy color: '#F740FD'

red 247 ◦ green 64 ◦ blue 253

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

Shades of Pink Flamingo #F740FD

Tints of Pink Flamingo #F740FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.35%

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

R = 43.79%
G = 11.35%
B = 44.86%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F740FD (or 0xF740FD) is known color: Pink Flamingo. HEX triplet: F7, 40 and FD. RGB value is (247,64,253). Sum of RGB (Red+Green+Blue) = 247+64+253=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 64 (25.39% from 255 or 11.35% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #F740FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FD is #08BF02. Grayscale: #8B8B8B. Windows color (decimal): -573187 or 16597239. OLE color: 16597239.

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

Color convert

RGB 247 64 253 -
CMYK 0.02 0.75 0 0.01
HSL 298.1º 0.98% 0.62% -
HSV(B) 298.1º 0.75% 0.99% -
XYZ 57.92 30.53 95.77 -
YUV 140.26 191.63 204.13 -
System Red Green Blue C M Y K H S L
Decimal 247 64 253 0.02 0.75 0 0.01 298.1 0.98 0.62
Hex F7 40 FD 2 4B 0 1 12A 62 3E
Octal 367 100 375 2 113 0 1 452 142 76
Binary 11110111 1000000 11111101 10 1001011 0 1 100101010 1100010 111110

Color Harmonies of #F740FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740FD

Black with #F740FD

Text Example


Text Example

White with #F740FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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