Html Css Color HEX #F34CF0 Pink Flamingo

📋 copy color: '#F34CF0'

red 243 ◦ green 76 ◦ blue 240

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

Shades of Pink Flamingo #F34CF0

Tints of Pink Flamingo #F34CF0

RGB

 RED value IS 243 (95.31% from 255) = 43.47%

 GREEN value IS 76 (30.08% from 255) = 13.6%

 BLUE value IS 240 (94.14% from 255) = 42.93%

R = 43.47%
G = 13.6%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F34CF0 (or 0xF34CF0) is known color: Pink Flamingo. HEX triplet: F3, 4C and F0. RGB value is (243,76,240). Sum of RGB (Red+Green+Blue) = 243+76+240=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F34CF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F34CF0 is #0CB30F. Grayscale: #909090. Windows color (decimal): -832272 or 15748339. OLE color: 15748339.

HSL color Cylindrical-coordinate representation of color #F34CF0: hue angle of 301.08º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34CF0 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 76 240 -
CMYK 0 0.69 0.01 0.05
HSL 301.08º 0.87% 0.63% -
HSV(B) 301.08º 0.69% 0.95% -
XYZ 55.27 30.51 85.41 -
YUV 144.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 243 76 240 0 0.69 0.01 0.05 301.08 0.87 0.63
Hex F3 4C F0 0 45 1 5 12D 57 3F
Octal 363 114 360 0 105 1 5 455 127 77
Binary 11110011 1001100 11110000 0 1000101 1 101 100101101 1010111 111111

Color Harmonies of #F34CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34CF0

Black with #F34CF0

Text Example


Text Example

White with #F34CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34CF0; }

 p { color: rgb(243,76,240); }

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

background-color css

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

 a { background-color: rgb(243,76,240); }

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

border-color css

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

 span { border-color: rgb(243,76,240); }

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