Html Css Color HEX #F341FE Pink Flamingo

📋 copy color: '#F341FE'

red 243 ◦ green 65 ◦ blue 254

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

Shades of Pink Flamingo #F341FE

Tints of Pink Flamingo #F341FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.2%

R = 43.24%
G = 11.57%
B = 45.2%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F341FE (or 0xF341FE) is known color: Pink Flamingo. HEX triplet: F3, 41 and FE. RGB value is (243,65,254). Sum of RGB (Red+Green+Blue) = 243+65+254=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 65 (25.78% from 255 or 11.57% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F341FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F341FE is #0CBE01. Grayscale: #8B8B8B. Windows color (decimal): -835074 or 16663027. OLE color: 16663027.

HSL color Cylindrical-coordinate representation of color #F341FE: hue angle of 296.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F341FE is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 65 254 -
CMYK 0.04 0.74 0 0.00
HSL 296.51º 0.99% 0.63% -
HSV(B) 296.51º 0.74% 1% -
XYZ 56.74 29.99 96.56 -
YUV 139.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 243 65 254 0.04 0.74 0 0.00 296.51 0.99 0.63
Hex F3 41 FE 4 4A 0 0 129 63 3F
Octal 363 101 376 4 112 0 0 451 143 77
Binary 11110011 1000001 11111110 100 1001010 0 0 100101001 1100011 111111

Color Harmonies of #F341FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F341FE

Black with #F341FE

Text Example


Text Example

White with #F341FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F341FE; }

 p { color: rgb(243,65,254); }

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

background-color css

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

 a { background-color: rgb(243,65,254); }

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

border-color css

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

 span { border-color: rgb(243,65,254); }

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