Html Css Color HEX #F740FA Pink Flamingo

📋 copy color: '#F740FA'

red 247 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #F740FA

Tints of Pink Flamingo #F740FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 44.03%
G = 11.41%
B = 44.56%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F740FA (or 0xF740FA) is known color: Pink Flamingo. HEX triplet: F7, 40 and FA. RGB value is (247,64,250). Sum of RGB (Red+Green+Blue) = 247+64+250=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 64 (25.39% from 255 or 11.41% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #F740FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FA is #08BF05. Grayscale: #8B8B8B. Windows color (decimal): -573190 or 16400631. OLE color: 16400631.

HSL color Cylindrical-coordinate representation of color #F740FA: hue angle of 299.03º degrees, saturation: 0.95, 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 #F740FA is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 247 64 250 -
CMYK 0.01 0.74 0 0.02
HSL 299.03º 0.95% 0.62% -
HSV(B) 299.03º 0.74% 0.98% -
XYZ 57.45 30.34 93.27 -
YUV 139.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 247 64 250 0.01 0.74 0 0.02 299.03 0.95 0.62
Hex F7 40 FA 1 4A 0 2 12B 5F 3E
Octal 367 100 372 1 112 0 2 453 137 76
Binary 11110111 1000000 11111010 1 1001010 0 10 100101011 1011111 111110

Color Harmonies of #F740FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740FA

Black with #F740FA

Text Example


Text Example

White with #F740FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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